Community
Participate
Working Groups
Build Identifier: 20110218-0911 When formatting the CSS Editor reformats Microsoft "filter" property ( http://msdn.microsoft.com/en-us/library/ms532847(v=vs.85).aspx ) values by introducing spaces in such a way that breaks IE's ability to recognize them. Reproducible: Always Steps to Reproduce: 1. Preferences... > Web > CSS Files > Editor > Line width: 120 2. Open a CSS file with the following rule: .gradient { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#000'); } 3. Source > Format The editor reformats the above to: .gradient { filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#F0F1F3', endColorstr = '#DCDDE2' ); } The spaces introduced between "progid : DXImageTransform" cause IE to no longer recognize the property value.
Note that there should be no line wraps in the CSS properties above, Bugzilla wrapped them.
Changes to the formatter checked into HEAD.
(In reply to comment #2) > Changes to the formatter checked into HEAD. Thanks for the quick fix! If I'm understanding the release process it looks like my best bet to verify would be to watch for the next EPP JEE nightly package build (http://www.eclipse.org/epp/download.php) for my platform? Barring that it appears that the Indigo M7 packages are due out a week from this coming Friday (http://wiki.eclipse.org/Indigo/Simultaneous_Release_Plan#Milestones_and_Release_Candidates). Let me know if I wouldn
(In reply to comment #3) > Let me know if I wouldn [Wrong key] ...wouldn't find this commit in either of those builds.
(In reply to comment #4) > (In reply to comment #3) > > Let me know if I wouldn > > [Wrong key] > > ...wouldn't find this commit in either of those builds. Yup. Just keep an eye out for either of these.