[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 03:39:10 PDT 2012


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





--- Comment #9 from Christophe Dumez <christophe.dumez at intel.com>  2012-10-12 03:39:52 PST ---
(From update of attachment 168374)
All this patch does it call:
evas_object_focus_set(m_view, false);
evas_object_focus_set(m_view, true);

in a row, instead of simply calling:
evas_object_focus_set(m_view, true);

right?

I don't get why this has any impact, why we need it, and why other ports don't. This fix does not look right to me.

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