[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 04:54:47 PDT 2012


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





--- Comment #10 from Kangil Han <kangil.han at samsung.com>  2012-10-12 04:55:29 PST ---
(In reply to comment #9)
> All this patch does it call:
> evas_object_focus_set(m_view, false);
> evas_object_focus_set(m_view, true);
> 

These two lines of code is not so strange to me in practical project.
Generally due to 'code guarding from another unknown bug' or 'library defect'.
But, it couldn't be a solution. :-)

@Mariusz,
Would you please verify how focus works by using 'evas_focus_get'?
You can refer to 'http://docs.enlightenment.org/auto/evas/Example_Evas_Events.html' for code details. :)

Maybe, another component steal focus or efl has defect.

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