When a lot of CSS (about 50) if I enable CSS resulting CSS file have all element into one line, but IE crash (can't read long line), this patch split the compressed CSS file into some line, this add some byte (the new line) but add support for IE6.

CommentFileSizeAuthor
split_compress_css-D6.patch634 bytesmavimo

Comments

damien tournoud’s picture

Version: 6.13 » 7.x-dev
Assigned: mavimo » Unassigned

Bugs get fixed in the latest development version (currently Drupal 7), before being backported to all affected versions.

Can someone reproduce this?

cburschka’s picture

Status: Needs review » Needs work

There is no patch for 7.x.

That aside, this is PHP code, not CSS. /* */ comments are not style-conforming, and /* ==== */ even less.

yoroy’s picture

Status: Needs work » Closed (won't fix)

#308865: Drop IE6 support in Drupal core

Feel free to re-open this if still an issue for D7