[Webkit-unassigned] [Bug 29241] Hiding a focused element should unfocus it and fire a blur event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 21 04:46:06 PDT 2013


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





--- Comment #22 from Arunprasad Rajkumar <arurajku at cisco.com>  2013-09-21 04:45:10 PST ---
(In reply to comment #19)
> This caused a lot of crashes on bots: <http://build.webkit.org/results/Apple%20MountainLion%20Debug%20WK1%20(Tests)/r156186%20(10285)/results.html>.


Sorry for breaking the LayoutTests. Failures were due the Assertions in method " Element::isFocusable ()" to confirm the Layout is not required in that state, (I didn't test the patch in the Debug build).

New patch considers that scenario as well (thanks to https://chromium.googlesource.com/chromium/blink/+/c58f636fd18fc27944c42e27d6a92a36867c57e1).

> 
> Also, the test from this patch fails: <http://build.webkit.org/results/Apple%20MountainLion%20Release%20WK2%20(Tests)/r156208%20(11940)/fast/dom/HTMLDocument/active-element-gets-unfocusable-pretty-diff.html>.
> 

http://trac.webkit.org/r155250 moved the js-test-pre.js & js-test-post.js to LayoutTests/resources. That's why it was failing.

> Rolling out in a moment.

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