Closed
Bug 719390
Opened 13 years ago
Closed 10 years ago
[bg] JavaScript key event handling stopped working 9.0.1
Categories
(Core :: DOM: Events, defect, P2)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: toppdoggy, Unassigned)
References
()
Details
Attachments
(1 file)
56.10 KB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.75 Safari/535.7
Steps to reproduce:
On web site www.toto.bg ( http://toto.bg/index.php?lang=1&pid=32&sid=44 ) there is way to check your card online. It has a possibility first to click on the big digits at the bottom and once you've clicked you can use the keyboard to enter the rest of your digits.
Actual results:
After updating to 9.0.1 this stopped working. On Firefox 7.0.1 is still working, also on other browsers. You can change the digits by clicking, but not with your keyboard anymore.
Expected results:
After the first click , when you type with your keyboards digits , it must automatically change the current digit and move to the next one for change.
Reporter | ||
Updated•13 years ago
|
Severity: normal → minor
OS: All → Windows XP
Priority: -- → P3
Hardware: All → x86
Reporter | ||
Updated•13 years ago
|
Summary: JavaScript key event handling stopped working 9.0.1 → [bg] JavaScript key event handling stopped working 9.0.1
Updated•13 years ago
|
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Comment 1•13 years ago
|
||
Can you give me the error log, please?
Tools> Web Developer -> Error Console
Reporter | ||
Comment 2•13 years ago
|
||
This is all I get, and is on page load, while reproducing no additional log is generated :
Warning: Failed to recognize the value of "cursor". The declaration is ignored.
Output File: http://toto.bg/_default.css
Row: 26
Warning: Failed to recognize the value of "FONT". The declaration is ignored.
Output File: http://toto.bg/_default.css
Row: 258
Comment 3•13 years ago
|
||
What about after clicking the numbers. Are there any errors into the console?
Reporter | ||
Comment 4•13 years ago
|
||
Nope. And it is working fine by clicking.
Comment 5•13 years ago
|
||
Thanks, will try to figure it out. Anyway it's good idea to write to toto.bg to report the problem as well.
Reporter | ||
Comment 6•13 years ago
|
||
Hi,
I suspect onkey% events have stopped working , I thought it is only for the body tag, but I've tried with Firebug to move the call of the function doPress to other tags , but is still not working.
P.s I've wrote to the webmaster of toto.bg but no response so far.
Reporter | ||
Comment 7•13 years ago
|
||
Just found that other javascript events not working as well.
Example:
<a onclick="new Bucket('bucket_11131', false).flush('Are you sure you want to flush this bucket? All issues will be removed.', '/jira/plugins/servlet/bucket?id=11131&op=flush');return false;" href="#">
This works fine on Chrome and IE and Firefox 9.0
I'm incirsing the Severity.
Severity: minor → major
Priority: P3 → P2
Reporter | ||
Comment 8•13 years ago
|
||
Hi,
it seems issue has been corrected in 10.0. Can you confirm ?
Assignee | ||
Updated•13 years ago
|
Component: www.mozilla.org/firefox → www.mozilla.org
Assignee | ||
Updated•13 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
Updated•12 years ago
|
Component: General → DOM: Events
Product: www.mozilla.org → Core
Updated•12 years ago
|
Keywords: regressionwindow-wanted
I just tested this in the latest Firefox Nightly (39.0a1) and I cannot reproduce the bug. I'm marking this bug RESOLVED WORKSFORME but please reopen if you can reproduce this in a recent Firefox build.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Keywords: regressionwindow-wanted
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•