Closed
Bug 299798
Opened 19 years ago
Closed 19 years ago
crash when submitting an online form
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 299804
People
(Reporter: arnehe, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 When I hit the "submit" button Firefox crashes Reproducible: Always Steps to Reproduce: 1. visit http://www.beachhoppers.de/sommercamp/index.html 2. Fill out form 3. Hit the button "Anmeldung" (submit) Actual Results: Firefox crashes Expected Results: don't crash (and submit the form)
| Reporter | ||
Comment 1•19 years ago
|
||
I copied the wrong URL into section "Steps to Reproduce". The URL in "URL" (http://www.beachhoppers.de/sommercamp/anmeldeformular.html) is the correct one.
| Reporter | ||
Comment 2•19 years ago
|
||
I figured out the _real_ reason for the crash: The javascript that is invoked by the "submit" button wants to sent an email using a "mailto:" URL, and my Firefox crashed each time when I clicked on a "mailto:" URL. When I figured this out, I entered the address "about:config", and added a new string "network.protocol-handler.app.mailto" with value "kmailservice" (see http://de.susewiki.org/index.php?title=Firefox_-_mailto). Now, submitting this online form and clicking on any "mailto:" URL works as expected. Thus, the bug has nothing to do with this online form, but with "mailto:" URLs.
| Reporter | ||
Comment 3•19 years ago
|
||
*** This bug has been marked as a duplicate of 299804 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•