Closed
Bug 1587
Opened 26 years ago
Closed 26 years ago
crash on form submission
Categories
(Core :: DOM: Core & HTML, defect, P1)
Tracking
()
VERIFIED
INVALID
People
(Reporter: ernie, Assigned: pollmann)
References
()
Details
11/23a seamonkey on NT
TALKBACK: Tracking ID - KXL53IZL
1) Go to the above url
2) Select an item from the pull down menu
3) Press "go" button
4) Crash occurs
the form has a submit input type as a way
to reference a javascript call (gotoURL())
to open a new window with the selected url.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 1•26 years ago
|
||
Gecko no longer crashes in this case.
However http://snorkel/ernie/top100.html does illuminate a difference between
Communicator and Gecko. Namely that Communicator wrongly defines
document.urlform.urls[x].value to be the value of the xth option when it should
be:
document.urlform.urls.options[x].value
which works for both Communicator and Gecko
For an example page that demonstrates this, see:
http://blueviper/forms/top100.html
This is a useful shortcut that may be being used by other websites. Opened bug
#2195.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•26 years ago
|
||
Verified that no crash occurs on 2.3.99 Win32 build.
(Forms are still too broken on Mac & Linux to test.)
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
•