[Webkit-unassigned] [Bug 99149] [EFL][WTR] Perform blur before focus on each test in WebKitTestRunner

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 12 05:14:34 PDT 2012


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





--- Comment #11 from Mariusz Grzegorczyk <mariusz.g at samsung.com>  2012-10-12 05:15:16 PST ---
evas_object_focus_set makes no effect on already focused Evas_Object. Same on widgets in gtk.
Problem exists also at least on gtk port.
So making only focus at the beginning of test does nothing.
Problem is inside webkit: There is focus on webview(Evas_Object), Frame, FocusController and FrameSelection
If some test using subframe switch focus to it, subframe takes focus, and on test exit it is destroyed, so none frame is focused, but webview is.
The problem is that after this operation in following test main frame has FrameSelection unfocussed so editing callbacks don't come.
Patch makes unfocus on webview so all components are blurred, than on focus all of them takes focus: FocusController and FrameSelection.

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