[Webkit-unassigned] [Bug 33962] 'blur' event fired while modal dialog box is up

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 9 17:41:20 PST 2010


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





--- Comment #19 from Dmitry Titov <dimich at chromium.org>  2010-02-09 17:41:16 PST ---
It can be a good idea to try to find what changed this behavior, since by
fixing it we might 'revert' some effects of that change.

Also, this really needs a test. This 'regressed' relative to Safari 4.0.4
because there is no tests for the modal UI. Without a test, it can be broken
again the next day.

Currently DRT does not implement [UIDelegate webViewRunModal]. Interestingly,
custom property getter for DOMWindow even hides the showModalDialog() if that
method is not implemented...

Perhaps simply by implementing this method we could test modal behavior using
showModalDialog()? Even one port's DRT is way better then nothing, since this
is platform-independent code. It can be a separate patch - or perhaps combined,
considering this is a 1-line fix.

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