[webkit-reviews] review requested: [Bug 69993] CSS2 overflow: scrollbar not visible on SELECT elements when overflow: scroll is set : [Attachment 114216] Proposed Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 9 00:10:59 PST 2011


Antaryami Pandia <xqb748 at motorola.com> has asked  for review:
Bug 69993: CSS2 overflow: scrollbar not visible on SELECT elements when
overflow: scroll is set
https://bugs.webkit.org/show_bug.cgi?id=69993

Attachment 114216: Proposed Patch
https://bugs.webkit.org/attachment.cgi?id=114216&action=review

------- Additional Comments from Antaryami Pandia <xqb748 at motorola.com>
As per my understanding when an element has overflow:scroll, both horizontal
and vertical scrollbar are rendered.And this is true for non-replaced
elements.But listbox is a replaced element, and for a replaced element, the
rendering of its internals is not defined by CSS.

Since listbox renderer handles the scrolling, can we make an exception for
listbox and don't set it's scrollbar.
This will also helps in avoiding drawing of scrollbar twice.


More information about the webkit-reviews mailing list