Bug 21696 - typing the user id a pop up error appears for every key pressed
Summary: typing the user id a pop up error appears for every key pressed
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: https://www.ebanking.hsbc.com.ar/defa...
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2008-10-16 17:30 PDT by jasneet
Modified: 2022-07-21 17:13 PDT (History)
5 users (show)

See Also:


Attachments
reduced testcase (281 bytes, text/html)
2008-10-16 17:30 PDT, jasneet
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jasneet 2008-10-16 17:30:27 PDT
I Steps:
Go to https://www.ebanking.hsbc.com.ar/default.asp

II Issue:
typing the user id a pop up error appears for every key pressed.

III Conclusion:
When a key is pressed, IE doesn't execute the "window.onkeypress" handler, FF considers the "window.event.keyCode" as error and thus ignores the alert, Chrome/Safari can execute the handler successfully.

IV Other Browsers:
IE7: ok
FF3: ok

V Nightly tested: 37604
Comment 1 jasneet 2008-10-16 17:30:57 PDT
Created attachment 24446 [details]
reduced testcase
Comment 2 Ahmad Saleem 2022-07-21 12:59:37 PDT
I think behavior has been changed across all other browsers and now they match with Safari 15.6 on macOS 12.5 in this test case and show "pop-up" / dialog box on each key press.

Since all browsers are behaving same, I think this can be consider as "RESOLVED WONTFIX". Thanks!