[Webkit-unassigned] [Bug 69993] CSS2 overflow: scrollbar not visible on SELECT elements when overflow: scroll is set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 17 09:10:22 PDT 2011


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





--- Comment #2 from Alexey Proskuryakov <ap at webkit.org>  2011-10-17 09:10:22 PST ---
(From update of attachment 111232)
View in context: https://bugs.webkit.org/attachment.cgi?id=111232&action=review

Does this fix work if overflow: scroll is inherited? E.g.

<div style="overflow:scroll">
 <select id="wut" name="wut" size="8" style="overflow: inherit;">
     <option value="1">One</option>
...

Will getComputedStyle still return overflow:scroll?

I don't know enough about this code to tell it from review, but I think that it would be helpful to add tests for both cases to the patch.

> LayoutTests/platform/mac/test_expectations.txt:34
> +// New test in https://bugs.webkit.org/show_bug.cgi?id=69993
> +BUGWK69993 : fast/forms/select-overflow-scroll-property.html = IMAGE+TEXT

Do all platforms besides Gtk fail the test, or do they actually pass, and need separate results? If it's the former, does this patch make behavior worse?

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