Closed
Bug 229813
Opened 22 years ago
Closed 20 years ago
CSS Errors in Firefox skins
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bc, Assigned: kevin)
References
Details
Attachments
(2 files)
16.42 KB,
patch
|
Details | Diff | Splinter Review | |
521 bytes,
text/plain
|
Details |
CSSParse.exe in debug dist/bin shows several errors in css files used in
skins. Patch coming up.
Reporter | ||
Comment 1•22 years ago
|
||
Assignee | ||
Comment 3•22 years ago
|
||
Thanks Bob. Do these errors show up in the console of the debug build? If not,
do you by any chance know how to verify this on a Mac build, where CSSParse.exe
doesn't exist?
Reporter | ||
Comment 4•22 years ago
|
||
Kevin,
I don't think these errors show up in normal operation but might show in the
javascript console if you were to visit a web page that included these
stylesheets in a debug build.
FYI, here are the error messages I see. The attached patch looks more
complicated that it really is. It includes fixes for the mangling of the file
format. It appears that the files' line endings were incorrectly checked in
resulting in a embedded carriage returns etc.
CSS Error
(file:///c:/work/mozilla_source/trunk/mozilla/toolkit/skin/mac/menulist.css
:127.16): Unknown property '-mox-box-flex'. Declaration dropped.
CSS Error
(file:///c:/work/mozilla_source/trunk/mozilla/toolkit/skin/mac/progressmeter.css
:80.8): Unknown property 'align'. Declaration dropped.
CSS Error
(file:///c:/work/mozilla_source/trunk/mozilla/toolkit/skin/mac/wizard.css
:32.17): Expected end of value for property but found '20'. Error in parsing
value for property 'margin'. Declaration dropped.
CSS Error
(file:///c:/work/mozilla_source/trunk/mozilla/toolkit/skin/mac/wizard.css
:45.18): Expected end of value for property but found '10'. Error in parsing
value for property 'padding'. Declaration dropped.
Updated•21 years ago
|
Summary: CSS Errors in Firebird skins → CSS Errors in Firefox skins
Comment 5•20 years ago
|
||
Still a problem?
Assignee | ||
Comment 6•20 years ago
|
||
I bet the errors are still there. I'll retest and make a patch against the trunk
Reporter | ||
Comment 7•20 years ago
|
||
Thanks Kevin.
Assignee | ||
Comment 8•20 years ago
|
||
I only found one of the errors that you listed, Bob. The others must have been
fixed in the sprint to 1.0. Let me know if you find any others
Assignee | ||
Updated•20 years ago
|
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 9•20 years ago
|
||
*** Bug 270549 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•