Closed
Bug 546865
Opened 16 years ago
Closed 16 years ago
remove widget from XUL trees
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
FIXED
People
(Reporter: roc, Assigned: roc)
References
Details
Attachments
(1 file)
|
4.41 KB,
patch
|
MatsPalmgren_bugz
:
review+
|
Details | Diff | Splinter Review |
We're getting rid of child widgets. XUL trees are one of the few remaining users of child widgets.
| Assignee | ||
Comment 1•16 years ago
|
||
This is pretty easy. The widget is only used for scrolling, and we can just scroll whatever ancestor widget we have.
Attachment #427530 -
Flags: review?(matspal)
| Assignee | ||
Comment 2•16 years ago
|
||
Note, this scrolling method is still pretty broken --- if there's covering content, it will be corrupted. But that was true before and I don't want to fix it now.
Comment 3•16 years ago
|
||
Comment on attachment 427530 [details] [diff] [review]
fix
r=mats
Attachment #427530 -
Flags: review?(matspal) → review+
| Assignee | ||
Updated•16 years ago
|
Whiteboard: [needs landing]
| Assignee | ||
Comment 4•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Whiteboard: [needs landing]
You need to log in
before you can comment on or make changes to this bug.
Description
•