[Webkit-unassigned] [Bug 120273] Making a focused element invisible should make it blur
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 29 08:46:55 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=120273
--- Comment #8 from Arunprasad Rajkumar <arurajku at cisco.com> 2013-08-29 08:46:17 PST ---
(From update of attachment 209593)
View in context: https://bugs.webkit.org/attachment.cgi?id=209593&action=review
>> Source/WebCore/dom/Document.cpp:1885
>> + // FIXME: Using a Task doesn't look a good idea.
>
> Yes, a Task is not a good fix for this. I suggest sharing the updateFocusAppearance timer.
I tried using updateFocusAppearance timer, but Document::updateFocusAppearanceTimerFired calls Document::updateLayout, from Document::updateLayout() again we are scheduling a timer. It cases above 2 functions being called repeatedly.
I'm going to try with a separate timer for this instead of reusing updateFocusAppearance timer. Hope it will be good to do. What do you think?
--
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