Closed Bug 1587 Opened 26 years ago Closed 26 years ago

crash on form submission

Categories

(Core :: DOM: Core & HTML, defect, P1)

x86
Windows NT
defect

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.
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
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.
Status: RESOLVED → VERIFIED
Verified that no crash occurs on 2.3.99 Win32 build. (Forms are still too broken on Mac & Linux to test.)
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.