Closed Bug 229813 Opened 22 years ago Closed 20 years ago

CSS Errors in Firefox skins

Categories

(Firefox :: General, defect)

PowerPC
All
defect
Not set
trivial

Tracking

()

RESOLVED FIXED

People

(Reporter: bc, Assigned: kevin)

References

Details

Attachments

(2 files)

CSSParse.exe in debug dist/bin shows several errors in css files used in skins. Patch coming up.
Attached patch patch v0Splinter Review
Blocks: 139942
-> mac theme owner
Assignee: blake → webmail
QA Contact: mconnor
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?
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.
Summary: CSS Errors in Firebird skins → CSS Errors in Firefox skins
Still a problem?
I bet the errors are still there. I'll retest and make a patch against the trunk
Thanks Kevin.
Attached file tweak to wizard.css
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
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
*** 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.

Attachment

General

Created:
Updated:
Size: