[Webkit-unassigned] [Bug 91285] confirm() pauses thread execution but doesn't prevent new, default, events from firing.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 14 05:13:54 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=91285





--- Comment #2 from ryan at ryanalbrecht.ca  2012-07-14 05:13:54 PST ---
Of course, here are the steps for the attached test case. 

Steps to reproduce:
1. Open the test case file
2. Type the Enter/return key into the text field
3. Observe that a confirm dialog has been opened. Do not dismiss it. 

Expected:
The usual Form.submit event should not be triggered. 

Actual:
The Form.submit event is fired before the confirm() dialog box is closed. 
The test case calls console.error() when this happens. 


I hope that illustrates the difference easily enough.

-- 
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