Closed
Bug 4141
Opened 26 years ago
Closed 25 years ago
Buttons do not properly activate
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: tkr, Assigned: karnaze)
References
()
Details
When I tab over to the login button at the hotmail homepage and press the
spacebar to activate the login button and submit the form , nothing happens.
The button depresses and then elevates, so it looks like the form was
submitted, but the page isn't submitted and the progress bar doesn't move.
When I click on the actual button with my mouse, the page is submitted and I am
able to get the page.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•26 years ago
|
||
The problem was a table containing a <input> as a child. Here is the test
case for regression testing.
<FORM METHOD="GET" ACTION="http://search.yahoo.com/bin/search"
NAME="searchform">
<TABLE border=1>
<TR>
<td> <INPUT TYPE=HIDDEN NAME="zip2" VALUE = "">foo</td></tr>
</table>
<input type=submit name=submit>
</form>
Status: REOPENED → RESOLVED
Closed: 26 years ago → 25 years ago
Resolution: FIXED → DUPLICATE
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
•