[Webkit-unassigned] [Bug 8408] Paint the highlight behind selected list markers

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Apr 15 18:15:30 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8408





------- Comment #2 from darin at apple.com  2006-04-15 18:15 PDT -------
(From update of attachment 7727)
Why isn't there a check of selectionState() inside the "isErrorImage" code
path?

The 153 alpha thing from RenderReplaced is really ugly. I'd like it to be
something more like this to make the 60% clear:

    const int selectionColorImageOverlayAlpha = 60 * 255 / 100;

If it was in a header file it could be shared with RenderReplaced.

Is it really correct to set the selection state of the item to match the state
of the list marker?


-- 
Configure bugmail: http://bugzilla.opendarwin.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