[Webkit-unassigned] [Bug 49790] Color changes to option elements in a select multiple aren't drawn immediately

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 20 07:58:02 PST 2010


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





--- Comment #4 from Rob Buis <rwlbuis at gmail.com>  2010-11-20 07:58:02 PST ---
(In reply to comment #3)
> Created an attachment (id=74480)
 --> (https://bugs.webkit.org/attachment.cgi?id=74480&action=review) [details]
> Patch

I figured layouting is not really needed, since RenderListBox only cares about color,
backgroundColor and visibility properties of the options. I think it is safe to do the repaint in setRenderStyle since it means we are in recalcStyle of the <option> element and something in the style changed. For visibility property I added a new test.
Cheers,

Rob.

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