[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 09:04:01 PDT 2013


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





--- Comment #9 from Arunprasad Rajkumar <arurajku at cisco.com>  2013-08-29 09:03:23 PST ---
(In reply to comment #8)
> (From update of attachment 209593 [details])
> 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?

May be with little tweaking it is achievable :) Will try with a recursive guard member.

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