Closed
Bug 241252
Opened 21 years ago
Closed 21 years ago
no keycode for scroll_lock
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 241247
People
(Reporter: tony, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6
When in Linux, the scroll_lock key does not generate a keycode, whereas in
Windows (2K), scroll_lock generates keycode of 0x145. This was tested in
Firefox 0.8. You can test it at the URL,
http://www.sonic.net/~tchang/keycode.html .
Reproducible: Always
Steps to Reproduce:
1. surf to http://www.sonic.net/~tchang/keycode.html using Windows Firefox 0.8,
and Linux Firefox 0.8.
2. Hit the Scroll_Lock button on the keyboard and note the different results.
Actual Results:
in Linux, the keycode returned was 0x0
Expected Results:
return keycode of 0x145
*** This bug has been marked as a duplicate of 241247 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•