Closed
Bug 241953
Opened 21 years ago
Closed 21 years ago
CSS style does not apply on Month and Day view title
Categories
(Calendar :: Sunbird Only, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: belhaire, Assigned: belhaire)
Details
Attachments
(1 file)
10.46 KB,
patch
|
mostafah
:
first-review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040421
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040421
CSS rules like #1-month-title and #-1-month-title does not seem to apply to XUL
element with ID 1-month-title and -1-month-title. This is observed in
Mozilla1.7rc1 (on Windows platform at least).
Some changes at CSS level ?
I will provide a patch which modify those id to something like m1-month-title
and m-1-month-title.
Reproducible: Always
Steps to Reproduce:
Assignee | ||
Comment 1•21 years ago
|
||
Assignee: mostafah → belhaire
Status: NEW → ASSIGNED
Assignee | ||
Updated•21 years ago
|
Attachment #147229 -
Flags: first-review?(mostafah)
Assignee | ||
Comment 2•21 years ago
|
||
Comment on attachment 147229 [details] [diff] [review]
patch to modify the IDs and the CSS rules
the first line of the patch should be :
diff -b -B -U 6 -r orig/content/calendar/dayView.js
new/content/calendar/dayView.js
instead of
>iff -b -B -U 6 -r orig/content/calendar/dayView.js new/content/calendar/dayView.js
sorry.
Comment 3•21 years ago
|
||
Comment on attachment 147229 [details] [diff] [review]
patch to modify the IDs and the CSS rules
r=mostafah
Attachment #147229 -
Flags: first-review?(mostafah) → first-review+
Comment 4•21 years ago
|
||
Checked into CVS.
Thanks
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 5•19 years ago
|
||
The bugspam monkeys have been set free and are feeding on Calendar :: Sunbird Only. Be afraid for your sanity!
QA Contact: gurganbl → sunbird
You need to log in
before you can comment on or make changes to this bug.
Description
•