Closed Bug 4067 Opened 26 years ago Closed 26 years ago

Using space-bar key on keyboard, check box can not be checked or unchecked.

Categories

(Core :: DOM: UI Events & Focus Handling, defect, P2)

x86
Windows 95
defect

Tracking

()

CLOSED DUPLICATE of bug 2574

People

(Reporter: desale, Assigned: joki)

Details

Using space-bar key on keyboard, check box can not be checked or unchecked. Providing information to simulate the problem. Product: Seamonkey.[apprunner] Build Date: 03/17/99 Platform: PC [Windows-95] Steps to Reproduce: 1] Please copy the code I'm providing. Save as HTML file. 2] Open this HTML file in apprunner. 3] Click on check box. 4] Now try to uncheck it with space-bar on keyboard. Code: <html> <head> <title>Test Page</title> </head> <SCRIPT LANGUAGE="JavaScript1.1"> function report(text) { var value=document.workform.result.value; var msg= value+ " " +text; document.workform.result.value=msg; } </SCRIPT> <body> <FORM NAME="workform" > <h4>This simple test whether checkbox and radio can be checked with space bar or not.</h4><br><br> Test CheckBox:<INPUT TYPE=checkbox name="checkbox" ><br><br> <h5>conclusion: We can not check or uncheck checkbox as well as radio using space bar on keyboard. </h5> </form> </body> </html> Expected Results: Using space-bar on keyboard we should be able to check or uncheck CheckBox. Actual Results: We can not check or uncheck CheckBox using space-bar.
Priority: P3 → P2
Target Milestone: M3
Target M3 per request.
QA Contact: 3847 → 4616
This bug is on M3 milestone which has passed. Putting on Blank milestone to be reassigned to a current or future milestone.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 2574 ***
Status: RESOLVED → CLOSED
Closing bug since duplicate of bug#2574
Component: Event Handling → User events and focus handling
You need to log in before you can comment on or make changes to this bug.