Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 573309 Details for
Bug 768572
Fedora-packaged version of Firefox not acknowledging alphanumeric keypress events when using Chinese/Japanese/Korean regional settings.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
testcase
testcase.html (text/html), 630 bytes, created by
Jan Horak
on 2012-03-28 11:25:36 UTC
(
hide
)
Description:
testcase
Filename:
MIME Type:
Creator:
Jan Horak
Created:
2012-03-28 11:25:36 UTC
Size:
630 bytes
patch
obsolete
><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" > "http://www.w3.org/TR/html4/strict.dtd"> ><html> ><script type="text/javascript"> > function installHandler() { > var tb = document.getElementById("testbox"); > tb.addEventListener( "keypress", > function(e) { alert("Received: " + e.which); }, > true); > } > document.addEventListener('DOMContentLoaded', installHandler, true); ></script> > <head> > <title>keypress test</title> > </head> > <body> > <p>Just a test.</p><br/> > <textarea id="testbox"></textarea> > </body> ></html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <script type="text/javascript"> function installHandler() { var tb = document.getElementById("testbox"); tb.addEventListener( "keypress", function(e) { alert("Received: " + e.which); }, true); } document.addEventListener('DOMContentLoaded', installHandler, true); </script> <head> <title>keypress test</title> </head> <body> <p>Just a test.</p><br/> <textarea id="testbox"></textarea> </body> </html>
View Attachment As Raw
Actions:
View
Attachments on
bug 768572
: 573309