Closed
Bug 331698
Opened 19 years ago
Closed 19 years ago
anonid/class inconsistency in calendar-decorated-base for next/prev arrow buttons
Categories
(Calendar :: Internal Components, defect)
Calendar
Internal Components
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ssitter, Assigned: ssitter)
Details
Attachments
(1 file)
1.44 KB,
patch
|
jminta
:
first-review+
|
Details | Diff | Splinter Review |
There is a small inconsistency in calendar-decorated-base for the next and previous arrow buttons. For one box element we use anonid and for the other class is used.
http://lxr.mozilla.org/mozilla/source/calendar/base/content/calendar-decorated-base.xml#50 vs.
http://lxr.mozilla.org/mozilla/source/calendar/base/content/calendar-decorated-base.xml#78
The question if what is more likely, that someone wants to apply a style to the box (-> class) or that someone wants to access the box from js (--> anonid)? Bases on IRC discussion we will use class for both elements for the moment.
Assignee | ||
Comment 1•19 years ago
|
||
Attachment #216213 -
Flags: first-review?(jminta)
Comment 2•19 years ago
|
||
Comment on attachment 216213 [details] [diff] [review]
patch
r=jminta
Attachment #216213 -
Flags: first-review?(jminta) → first-review+
Comment 3•19 years ago
|
||
Patch checked in
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•