[Webkit-unassigned] [Bug 50325] [Qt] Add focus ring outline color support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 1 09:41:48 PST 2010


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


Csaba Osztrogonac <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yael.aharon at nokia.com




--- Comment #2 from Csaba Osztrogonac <ossy at webkit.org>  2010-12-01 09:41:48 PST ---
Yael, you implemented focus ring support previously,
could you help me with this bug?

It seems there aren't color focus ring, because of Qt::DotLine 
styled pen without width.

I tried the following modification, and it works for me:
nPen.setWidth(3);
nPen.setStyle(Qt::SolidLine);

Is there any reason why we use very thin dotline?

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