Open
Bug 462618
Opened 16 years ago
Updated 2 years ago
Use the native check box appearance in XUL trees
Categories
(Toolkit :: XUL Widgets, defect)
Toolkit
XUL Widgets
Tracking
()
NEW
People
(Reporter: faaborg, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
image/png
|
Details |
This is a follow up bug for polishing about:sessionrestore in Firefox (bug 459950). Currently XUL trees use a black and white gif image of a check in columns that have the attribute type="checkbox"
The purpose of this bug is to propose switching to the native checkbox appearance on each platform.
Reporter | ||
Comment 1•16 years ago
|
||
Updated•16 years ago
|
Version: unspecified → Trunk
Comment 2•16 years ago
|
||
This is not really easy. Trees are dumb.
If we don't want to use images, we need to teach trees how to use -moz-appearance for the ::-moz-tree-image pseudo element. And then we must make sure that the cell's state (checked, focused, mousedown) is passed to the theme drawing code correctly - this is a similar problem as in bug 301060. Furthermore, trees currently don't keep track of the mousedown state, so this must be added, too.
Comment 4•16 years ago
|
||
about:sessionrestore could make use of bug 405913 or bug 367843 (not sure if there's a difference between these bugs).
Summary: Use native the native check box appearance in XUL trees → Use the native check box appearance in XUL trees
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•