Closed
Bug 405794
Opened 18 years ago
Closed 17 years ago
Selected item(s) in dropdown list should be rendered natively
Categories
(Firefox :: Address Bar, enhancement)
Tracking
()
VERIFIED
DUPLICATE
of bug 412092
People
(Reporter: u294409, Unassigned)
Details
Attachments
(4 files, 1 obsolete file)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.1.9) Gecko/20071105 Epiphany/2.20 Firefox/2.0.0.9
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.1.9) Gecko/20071105 Epiphany/2.20 Firefox/2.0.0.9
autocomplete's elements shall be native menu or addressbar should be combobox with edit (there's such a component in gtk).
Reproducible: Always
Steps to Reproduce:
1. write in addressbar.
2. look at autocomplete's elements.
Actual Results:
plain (strange) looking elements.
Expected Results:
native menu-like elements.
attachment: http://img.wklej.org/images/57616zrzutekranu.png
* build id should be: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b2pre) Gecko/2007112804 Fedora/8 (Werewolf) Minefield/3.0b2pre
Comment 2•18 years ago
|
||
The autocomplete is going to be non-native and since you are using the trunk you should already have some of the experimental changes.
it MUST be native to make firefox integrate well with linux environment.
understood?
Comment 7•18 years ago
|
||
please do not request blocking for bugs that are not confirmed.
Flags: blocking-firefox3?
Comment 10•18 years ago
|
||
Jakub: What look should it have ? Did work on bug 405210 arrange something or not ? (it's fairly recent, check you have the new code on your trunk)
Reporter | ||
Comment 11•18 years ago
|
||
Dropdown button isn't an autocomplete's item.
They're now flat instead of being drawn as combobox' menu using GTK.
Comment 12•18 years ago
|
||
So what you ask is for the list that opens to look as a native one ? That is with a little outset border ?
Reporter | ||
Comment 13•18 years ago
|
||
No borders... OMG...
Firefox draws it without any gradients, etc, like non-GTK component.
I'll upload some screenys, which would show the issue.
Reporter | ||
Comment 14•18 years ago
|
||
Attachment #293404 -
Attachment is obsolete: true
Reporter | ||
Comment 15•18 years ago
|
||
Reporter | ||
Comment 16•18 years ago
|
||
Reporter | ||
Comment 17•18 years ago
|
||
Reporter | ||
Comment 18•18 years ago
|
||
Hmmmm, GTK has same widget, but it's ugly and not used in most GTK apps.
Firefox should use the nicer widget for the same function (ComboBoxEntry instead of GtkCombo).
Comment 19•18 years ago
|
||
Jakub, we don't really "use" gtk widgets. We just ask the theme to draw bits of widgets for us. So we have to ask "draw a ComboboxEntry arrow button here with status pressed", etc...
The bug here (apart from the look of the drop-down list itself) is that we don't ask for the "pressed" look when the list is open. There was work on that at least for toolbar dropdown buttons, I'll see if I can find a similar bug for autocomplete entries, or else I'll use this bug.
Does that suit you ?
Reporter | ||
Comment 20•18 years ago
|
||
I'm not talking about BUTTONS!
Autocomplete items are ugly!
Comment 21•18 years ago
|
||
So your problem is that the selected element should be rendered with a two-color gradient instead of a flat color ? Your pb is that "ugly" isn't precise enough for bug correction.
Reporter | ||
Comment 22•18 years ago
|
||
Yes, exactly how GTK does for listview and treeview items.
Updated•18 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: incorrect autocomplete's elements appereance → Selected item(s) in dropdown list should be rendered natively
Reporter | ||
Comment 23•17 years ago
|
||
Marking as dupe of 412092 even if "duped" is newer. There some work has began.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Verified dup
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•