Closed
Bug 10746
Opened 25 years ago
Closed 25 years ago
Unable to post form for new account
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
VERIFIED
FIXED
M10
People
(Reporter: eracke, Assigned: kmcclusk)
References
()
Details
I was unable to post my email address for the a new bug report account
The browser does not allow me to tab from the text box to the command
button. Clicking on the command does not work either
Updated•25 years ago
|
Assignee: karnaze → kmcclusk
Comment 1•25 years ago
|
||
Reassigning to Kevin.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•25 years ago
|
||
It turns out that the fix that was put in for
http://bugzilla.mozilla.org/show_bug.cgi?id=7083 causes this problem. If an
action is not specified nothing happens. Nav 4.x reloads the url with the get
data.
Assignee | ||
Comment 3•25 years ago
|
||
A proposed solution is to suppress submission of only if the action is undefined
and there isn't any data. Note: this solution is not compatible with Nav 4.x or
IE since they will cause a page reload, resetting all of the form fields if
there isn't an action or data.
Assignee | ||
Comment 4•25 years ago
|
||
The actual solution will be to supress submission only if the form is NOT inside
an HTML document. XML, XUL, and other document will not submit unless an action
is specified.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M10
Assignee | ||
Comment 5•25 years ago
|
||
I have implemented the solution noted in the last message, just waiting for tree
to open. I tested against the URL above for the HTML case. I tested it against
dexparamdialog.xul for the xul case. Note: I had to modify my local copy of the
dexparamdialog.xul to have a submit button.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•25 years ago
|
||
Fixed in Aug 20, 1999 4:17PM build.
Seems OK in the 1999091508 build. However, the results page has a bit in it that
says "Content-type: text/html" that I don't remember seeing in Nav 4.x.
Marking this as verified fixed.
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
•