Closed
Bug 299272
Opened 20 years ago
Closed 19 years ago
richlistbox assumes each richlistitem has a fireEvent method
Categories
(Toolkit :: UI Widgets, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: doronr, Assigned: doronr)
Details
Attachments
(1 file, 3 obsolete files)
|
12.16 KB,
patch
|
mconnor
:
first-review+
benjamin
:
approval-aviary1.1a2+
|
Details | Diff | Splinter Review |
| Assignee | ||
Comment 1•20 years ago
|
||
Attachment #187853 -
Flags: first-review?(mconnor)
| Assignee | ||
Updated•19 years ago
|
Attachment #187853 -
Attachment is obsolete: true
Attachment #187853 -
Flags: first-review?(mconnor)
| Assignee | ||
Comment 2•19 years ago
|
||
Attachment #188322 -
Flags: first-review?(mconnor)
Comment 3•19 years ago
|
||
+richlistbox {
+ background-color:white;
+}
nit: shouldn't that be a system color (e.g. "Window" instead of "white")?| Assignee | ||
Updated•19 years ago
|
Attachment #188322 -
Attachment is obsolete: true
Attachment #188322 -
Flags: first-review?(mconnor)
| Assignee | ||
Comment 4•19 years ago
|
||
Attachment #188341 -
Flags: first-review?(mconnor)
Updated•19 years ago
|
Attachment #188341 -
Flags: first-review?(mconnor) → first-review+
| Assignee | ||
Updated•19 years ago
|
Attachment #188341 -
Flags: approval-aviary1.1a2?
Comment 5•19 years ago
|
||
Comment on attachment 188341 [details] [diff] [review] provide default color/bgcolors for all themes The richlistitem * selector will kill performance.
Attachment #188341 -
Flags: first-review-
Attachment #188341 -
Flags: first-review+
Attachment #188341 -
Flags: approval-aviary1.1a2?
| Assignee | ||
Comment 6•19 years ago
|
||
Added the css styles that were removed to http://developer-test.mozilla.org/en/docs/XUL:Richlistbox, which is a work in progress.
Attachment #188341 -
Attachment is obsolete: true
Attachment #188349 -
Flags: first-review?(mconnor)
Updated•19 years ago
|
Attachment #188349 -
Flags: first-review?(mconnor) → first-review+
Comment 7•19 years ago
|
||
Comment on attachment 188349 [details] [diff] [review] remove perf issue I still dislike the "fireEvent" method name, but that's something to fix later I suppose.
Attachment #188349 -
Flags: approval-aviary1.1a2+
| Assignee | ||
Comment 8•19 years ago
|
||
(In reply to comment #7) > (From update of attachment 188349 [details] [diff] [review] [edit]) > I still dislike the "fireEvent" method name, but that's something to fix later > I suppose. > The name comes from the previous widget (richview), and it was left to reduce changes to existing code.
Status: NEW → ASSIGNED
| Assignee | ||
Comment 9•19 years ago
|
||
fixed, thanks for catching the perf issue.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•