[Webkit-unassigned] [Bug 10049] REGRESSION: thick focus ring is drawn around popup menus

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 11 01:12:59 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=10049





------- Comment #10 from mitz at webkit.org  2007-08-11 01:12 PDT -------
Created an attachment (id=15926)
 --> (http://bugs.webkit.org/attachment.cgi?id=15926&action=view)
Clip to the enclosing rectangle if you decide to paint all of it

The idea here is that if WebHTMLView decides to paint the "unioned rect"
instead of individual rects, it should clip to that.

This patch may be a no-go due to performance considerations -- obviously the
paint() methods will do the same amount of work, but maybe Core Graphics will
have to work a lot harder.

Another problem with this patch is that it makes the fast/repaint tests
ineffective (another way to look at it is that it will often allow incremental
repaint bugs to go unnoticed).

And now while typing this comment I got the impression that this patch made
"focus rings around text controls" bugs much more noticeable.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list