[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
Wed Nov 9 00:11:00 PST 2011


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


Antaryami Pandia <xqb748 at motorola.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #111567|0                           |1
        is obsolete|                            |
 Attachment #114216|                            |review?
               Flag|                            |




--- Comment #17 from Antaryami Pandia <xqb748 at motorola.com>  2011-11-09 00:11:00 PST ---
Created an attachment (id=114216)
 --> (https://bugs.webkit.org/attachment.cgi?id=114216&action=review)
Proposed Patch

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.

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