Closed
Bug 229803
Opened 21 years ago
Closed 21 years ago
CSS Errors in calendar
Categories
(Calendar :: General, defect)
Calendar
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bc, Assigned: mostafah)
References
Details
Attachments
(1 file)
2.36 KB,
patch
|
Details | Diff | Splinter Review |
CSSParse.exe in debug dist/bin shows several errors in css files used in
calendar. Patch coming up.
Reporter | ||
Comment 1•21 years ago
|
||
Assignee | ||
Comment 2•21 years ago
|
||
How can I get to see the errors? That is, how can I get CSSParse.exe and/or can
we have the errors added as an attachment to this bug?
(The errors indicated in attachment #138226 [details] only complain about selectAddresses.css)
Reporter | ||
Comment 3•21 years ago
|
||
CSSParse is built during any debug build or you can have it created in optimized
builds by following the instructions in bug 139943.
Here are the errors:
CSS Error
(file:///c:/work/mozilla_source/trunk/mozilla/calendar/resources/content/datepicker/datepicker.css
:13.2): Expected declaration but found '/'. Skipped to next declaration.
CSS Error
(file:///c:/work/mozilla_source/trunk/mozilla/calendar/resources/content/datepicker/datepicker.css
:14.5): Expected declaration but found '/'. Skipped to next declaration.
CSS Error
(file:///c:/work/mozilla_source/trunk/mozilla/calendar/resources/content/datepicker/datepicker.css
:18.5): Expected declaration but found '/'. Skipped to next declaration.
CSS Error
(file:///c:/work/mozilla_source/trunk/mozilla/calendar/resources/content/datepicker/datepicker.css
:19.5): Expected declaration but found '/'. Skipped to next declaration.
CSS Error
(file:///c:/work/mozilla_source/trunk/mozilla/calendar/resources/skin/classic/calendar.css
:601.21): Error in parsing value for property '-moz-opacity'. Declaration dropped.
CSS Error
(file:///c:/work/mozilla_source/trunk/mozilla/calendar/resources/skin/classic/selectAddresses.css
:16.25): Error in parsing value for property '-moz-box-align'. Declaration dropped.
CSS Error
(file:///c:/work/mozilla_source/trunk/mozilla/calendar/resources/skin/modern/calendar.css
:609.21): Error in parsing value for property '-moz-opacity'. Declaration dropped.
CSS Error
(file:///c:/work/mozilla_source/trunk/mozilla/calendar/resources/skin/modern/selectAddresses.css
:16.25): Error in parsing value for property '-moz-box-align'. Declaration dropped.
C
Assignee | ||
Comment 4•21 years ago
|
||
Thanks for the info.
All errors fixed in CVS:
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=CalendarClient&branch=HEAD&branchtype=match&dir=mozilla%2Fcalendar%2Fresources&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=01%2F08%2F2004+07%3A00&maxdate=01%2F09%2F2004+07%3A50&cvsroot=%2Fcvsroot
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 5•18 years ago
|
||
The bugspam monkeys have been set free and are feeding on Calendar :: General. Be afraid for your sanity!
QA Contact: gurganbl → general
You need to log in
before you can comment on or make changes to this bug.
Description
•