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)
Tracking
()
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.
Reporter | ||
Updated•26 years ago
|
Priority: P3 → P2
Target Milestone: M3
Reporter | ||
Comment 1•26 years ago
|
||
Target M3 per request.
Reporter | ||
Updated•26 years ago
|
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.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → CLOSED
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•