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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 24 22:26:15 PDT 2011


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





--- Comment #1 from Brent Fulgham <bfulgham at webkit.org>  2011-04-24 22:26:15 PST ---
The specific logic that seems to prevent drawing the focus ring is in RenderStyle.h:

m_background->outline().style() == BNONE

When run in non-transparent mode, the method "CSSStyleSelector::applyDeclarations" is processing CSS id 1091 (CSSPropertyOutlineStyle), which causes an appropriate update to the display style so that the outline().style() flag is set to something besides BNONE (depending on platform).

In transparent mode, that method only seems to have one ID it processes, which is not 1091.

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