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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 1 10:48:06 PST 2010


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





--- Comment #3 from Yael <yael.aharon at nokia.com>  2010-12-01 10:48:06 PST ---
(In reply to comment #2)
> 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?

My initial implementation was following what we do for links. I was going to follow up and change the way we do both, but then I saw that Reni is already working on it in https://bugs.webkit.org/show_bug.cgi?id=49953 .
If she is not working on it, I'll be happy to do that

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