Closed (fixed)
Project:
Drupal core
Version:
5.x-dev
Component:
Garland theme
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2006 at 07:43 UTC
Updated:
26 Dec 2006 at 04:45 UTC
Jump to comment: Most recent file
Comments
Comment #1
ChrisKennedy commentedTaking out the whitespace optimizations appears to fix this bug and http://drupal.org/node/102487
Patch attached, tested in IE6.
Comment #2
chx commentedI believe this is good to go. While it is a regression, no user interface or API is affected so we can fix this post RC without affecting anything/anyone. (Once again, IE rains the parade :( how sad.)
Comment #3
chx commentedAnd, even if we can/do not fix this past RC, we can ship D5 without the whitespace removal in core. It would be not as perfect but nothing is :(
Comment #4
ChrisKennedy commentedAttached patch fixes both issues by removing the first regex substitution but keeps the second two.
Comment #5
m3avrck commentedI bet this is a problem with @import -- unfort I don't have anytime to verify, but with a quick glance that is my best guess. Steven could probably comment more, that was his regex :-p
Comment #6
ChrisKennedy commentedIt turned out that the \) was causing the error. This patch uses chx's suggestion to just str_replace an extra space after parentheses.
Comment #7
heine commentedSolves the issue on IE7
Comment #8
heine commented#6 solves the issue on IE7 and has no negative consequences for Opera.
Comment #9
jacauc commentedworked for me. see http://drupal.org/node/102487
Comment #10
Steven commentedPatch attached which leaves a single space around parentheses, but still strips on the inside. I also added the comma as a separator.
Comment #11
Steven commentedCommitted to HEAD after IRC approval.
Comment #12
(not verified) commented