Closed
Bug 310448
Opened 19 years ago
Closed 19 years ago
chaotic dropdown behaviour with a particular stylesheet
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: delbd, Unassigned)
Details
Attachments
(1 file)
|
441 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050911 Firefox/1.0.6 (Debian package 1.0.6-5)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050911 Firefox/1.0.6 (Debian package 1.0.6-5)
Hello.
We discovered here if you put this line in your page stylesheet:
:link, :visited, :active { text-decoration:none; color: #646450}
Strange things happens with the dropdowns of the forms. You must click exactly 3
times on the dropdown to have it appear.
Please note a user here reported on netscape 7.1 the popup part of dropdown were
simply 'disapearing' when he clicked on the dropdown in form, so i suspect this
problem concern the whole netscape & mozilla family
Reproducible: Always
Steps to Reproduce:
1. Put :link, :visited, :active { text-decoration:none; color: #646450} in your
stylesheet
2. Create a simple form, use the stylesheet in your webpage
3. show the form in mozilla-firefox
Actual Results:
Dropdown need 3 clicks to show popup list for the first time.
Expected Results:
Popup list should appear on first click| Reporter | ||
Comment 2•19 years ago
|
||
Here is a simple testcase
<html>
<body>
<style>
:link, :visited, :active { text-decoration:none; color: #3366cc}
</style>
<form name="bla" method="post" action="somewhere">
<select name="param"><option value="">no value</option><option
value="00">00</option></select>
<input type="submit"/>
</body></html>
Comment 3•19 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050928 Firefox/1.6a1 ID:2005092815 Works for me. Possibly Linux only? Also, David, can you test this in Firefox 1.5 beta 1. There've been numerous bug fixes since 1.0, and this very well could be one of them. :) http://www.mozilla.org/projects/firefox/
Comment 4•19 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b5) Gecko/20050929 Firefox/1.4 ID:2005092901 WFM
| Reporter | ||
Comment 5•19 years ago
|
||
Hi, tested with firefox 1.5 beta 1 as suggested. Seems to be fixed in the beta
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
Updated•19 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago → 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•