Closed
Bug 1288498
Opened 9 years ago
Closed 9 years ago
Stop using XUL Trees for Autocomplete popups
Categories
(Toolkit :: Autocomplete, defect)
Toolkit
Autocomplete
Tracking
()
RESOLVED
DUPLICATE
of bug 1296638
People
(Reporter: mconley, Unassigned)
Details
It's not clear to me why we're using XUL trees for autocomplete popups, but what I do know is that we get a bunch of baggage with those trees. In particular, we get the opaque-ness of the XUL tree body frame, and we get an inability to use CSS filters on the images in the tree row.
I tried to add CSS filter capability to nsTreeBodyFrame and gave up. mstange and I are of the opinion that switching our autocomplete popups away from XUL is probably a better goal instead.
Comment 1•9 years ago
|
||
This is dupe of the bug you're working on elsewhere right?
Flags: needinfo?(mconley)
| Reporter | ||
Comment 2•9 years ago
|
||
Yep, thanks!
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(mconley)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•