[Webkit-unassigned] [Bug 33172] [Qt] Selection list: Crash observed when onFocus event trigered
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 13 06:45:36 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=33172
Hong Zhao <hong.a.zhao at nokia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
CC| |hong.a.zhao at nokia.com
--- Comment #1 from Hong Zhao <hong.a.zhao at nokia.com> 2010-01-13 06:45:36 PST ---
In the original testcase, when you click on the popup list, the javascript
alert box pops up, and when you click on OK button, the focus goes back to the
popup list, so that's why you keep on having that alert box as a infinitive
loop. It behaves the same in FireFox in Linux. In Windows, The alert box
doesn't block in Firefox or IE, that's based on the Windows system, ie. Windows
API doesn't sent setfocus event back after close the alert box, while in Linux,
it sends setfoucs event from the system. This is not a bug in QTWebKit. The
focus should be changed after alert box after the alert box.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list