[Webkit-unassigned] [Bug 59312] [Windows, WinCairo] Missing Focus Ring in Transparent View

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 26 15:11:15 PDT 2011


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


Brent Fulgham <bfulgham at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #7 from Brent Fulgham <bfulgham at webkit.org>  2011-04-26 15:11:16 PST ---
This was a red herring.  The focus ring was not showing up (in some cases) because the background was black, and the default focus ring color is black.  Apparently the painting logic is smart enough to not draw black content on top of a black background.

Changing focus ring color caused the draw events to happen as expected.

The second problem was in the handling of some window messages in the test application.  These were preventing proper event propegation, which also prevented the focus ring to display.

There's nothing to fix here.

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