Bug 12364

Summary: REGRESSSION (NativeListBox): Selected option's background is not clipped to the list box
Product: WebKit Reporter: mitz
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Regression
Priority: P1    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: data:text/html,<select multiple size="4"><option>one</option><option>two</option><option>three</option><option>four</option><option selected>five</option></select>
Attachments:
Description Flags
Intersect the item background rect with the control clip darin: review+

mitz
Reported 2007-01-21 23:45:30 PST
See the URL. The background of the last option can paint outside the list box.
Attachments
Intersect the item background rect with the control clip (31.55 KB, patch)
2007-01-22 09:03 PST, mitz
darin: review+
mitz
Comment 1 2007-01-22 09:03:25 PST
Created attachment 12604 [details] Intersect the item background rect with the control clip
Darin Adler
Comment 2 2007-01-22 09:46:58 PST
Comment on attachment 12604 [details] Intersect the item background rect with the control clip r=me
Sam Weinig
Comment 3 2007-01-22 13:56:06 PST
Landed in r19033.
Note You need to log in before you can comment on or make changes to this bug.