Closed
Bug 200323
Opened 23 years ago
Closed 23 years ago
select options do not expand until third click if the select:focus style has been specified
Categories
(Core Graveyard :: GFX: Gtk, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 154670
People
(Reporter: scott.jones, Assigned: blizzard)
References
()
Details
Attachments
(1 file)
|
233 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030327 Debian/1.3-4
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030327 Debian/1.3-4
When clicking on a select form element to expand the list out, you have to click
on it three times until the list is expanded if the select:focus style has been
specified (see below).
<pre>
<style>
select:focus {
background-color: red;
}
</style>
</pre>
Reproducible: Always
Steps to Reproduce:
| Reporter | ||
Comment 1•23 years ago
|
||
Here's a file that demos the bug I was talking about. I tested this on a
Windows build and a non-gtk2 Linux build of Mozilla, so I'm pretty sure that
this is a problem with the gtk2 port.
Thanks! :)
Comment 2•23 years ago
|
||
*** This bug has been marked as a duplicate of 154670 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•17 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•