Closed
Bug 2921
Opened 26 years ago
Closed 26 years ago
[PP]mac only: selected value in form not displayed
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: paulmac, Assigned: pierre)
References
()
Details
On the Mac only (2/4 build) the Select Value "Choose" is not displayed for the
drop down list. Instead the first item, "Asia" is displayed. Is OKAY on Windows.
It then crashes if you try to submit, or drop down, but there is a bug on this
already (2896)
Here's the snippet:
<FORM METHOD=POST ACTION="http://www.apple.com/cgi-bin/nph-menu">
Visit other Apple sites around the world:
<SELECT NAME="worldwide"
ONCHANGE="location.href=this.form.worldwide.options[this.form.worldwide.selected
Index].value">
<OPTION SELECTED VALUE="/find/#world">Choose... <OPTION
VALUE="http://www.asia.apple.com/">Asia
</SELECT>
<IMG SRC="/main/elements/spacer.gif" WIDTH="7"
HEIGHT="1" ALT=""><INPUT TYPE="submit" NAME="btn_worldwide" VALUE="Go">
<BR><BR></FORM>
Reporter | ||
Comment 1•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Updated•26 years ago
|
QA Contact: 4110 → 4137
Comment 2•26 years ago
|
||
Reassigning qa contact to cpratt@netscape.com
Summary: Selected Value in Form not displayed → [PP]Selected Value in Form not displayed
Comment 3•26 years ago
|
||
I believe Pierre has already fixed the crash part of this bug.
"Choose..." is being correctly chosen as the initial selection for Linux too.
Pierre, can you take a look at this to see if the correct item is initially
selected on Mac? Thanks!
Assignee: pollmann → pierre
Status: ASSIGNED → NEW
Summary: [PP]Selected Value in Form not displayed → [PP]mac only: selected value in form not displayed
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•26 years ago
|
||
Fixed years ago.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 5•26 years ago
|
||
Verified fixed on 4/20 Mac builds.
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•