Closed
Bug 18347
Opened 26 years ago
Closed 26 years ago
HTML button name attribute does not work
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
INVALID
M15
People
(Reporter: teruko, Assigned: rods)
References
()
Details
HTML button name attribute does not work.
Steps of reproduce
1. Go to above URL
2. Click on "this is button1"
Expected result
two buttons depress, "this is button1" and "this is button2"
since these two buttons have same button name
Actual result
Only first "this is button1" button is depressed.
Tested 110809 Win32, Mac, and Linux build.
| Assignee | ||
Updated•26 years ago
|
Assignee: rods → evaughan
| Assignee | ||
Comment 2•26 years ago
|
||
reassigning to evaughan
Updated•26 years ago
|
Whiteboard: needs evaughan triage
Updated•26 years ago
|
Status: NEW → ASSIGNED
Summary: HTML buttun name attribute does not work → HTML button name attribute does not work
Whiteboard: needs evaughan triage
Updated•26 years ago
|
Target Milestone: M14
Updated•26 years ago
|
Target Milestone: M14 → M15
Comment 3•26 years ago
|
||
Rod,
I'm handing html4 buttons back to you. I have way to much to do with all the xul
layout stuff I'm already doing. Let me know if thats ok.
Assignee: evaughan → rods
Status: ASSIGNED → NEW
Comment 4•26 years ago
|
||
According to the DTD, the name attribute assigns a control name only. The value
assigned to name attribute can be shared among other buttons so that they may be
grouped in a category inside a form. I think this test case is bogus since it's
not suppose to apply focus on any buttons that happen to share the same name
value.
Comment 5•26 years ago
|
||
Marking as invalid
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•