Closed
Bug 150565
Opened 23 years ago
Closed 23 years ago
drop-down list does not open
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: marekg, Assigned: jst)
References
()
Details
Attachments
(1 file)
707 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530
BuildID: 2002053012
http://www.sverige.nu/ has a drop-down list in upper left corner of the page.
This list contains INBOX, sent mail, skickat (=sent mail in Swedish) by default.
When I click on the list, I get a confirmation alert window:
Security Warning
The information you have entered is to be sent over an unencrypted connection
and could be easily read by a third party.
Are you you want to continue sending this information?
Both Internet Explorer and Netscape 4.79 open the drop-down list correctly.
Reproducible: Always
Steps to Reproduce:
1. Log on to www.sverige.nu
2. Point and click on the drop-down list in the upper left part of the window.
3.
Actual Results: See description above.
Expected Results: The drop-down list should open.
Comment 1•23 years ago
|
||
Uses JS.. maybe a tech-evang
Created also a test-account:
Username: moztest
Pass: mozilla
<a href=""
onclick="document.mboxSelect.submit(); return false;">
around a select?
Assignee: sgehani → jst
Severity: major → normal
Component: XP Apps → DOM Level 0
QA Contact: paw → desale
Comment 3•23 years ago
|
||
without the <a it works fine in mozilla..
looks to me like a nasty workaround for buggy browsers..
Comment 4•23 years ago
|
||
With the <select> within an <a>-tag, the combo behaves as a link. I'd say that's
the expected behaviour, and so does IE6, which does about the same.
Marking INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•