[Webkit-unassigned] [Bug 53942] [Chromium] Select popup box does not align with select button when appearance is not "menulist".

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 7 16:41:25 PST 2011


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


Tony Chang <tony at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #81550|review?                     |review+
               Flag|                            |




--- Comment #7 from Tony Chang <tony at chromium.org>  2011-02-07 16:41:25 PST ---
(From update of attachment 81550)
View in context: https://bugs.webkit.org/attachment.cgi?id=81550&action=review

> Source/WebCore/platform/chromium/PopupMenuChromium.cpp:1353
> +        // Use kMinEndOfLinePadding when there is a scrollbar so that we use
> +        // as much as (lineEndPaddingWidth - kMinEndOfLinePadding) padding
> +        // space for scrollbar and allow user to use CSS padding to make the
> +        // popup listbox align with the select element.
> +        paddingWidth = paddingWidth - lineEndPaddingWidth + kMinEndOfLinePadding;

This comment is much more useful.  Thanks!

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