[Webkit-unassigned] [Bug 61252] [Chromium]Add clipping for listBox in popup window to fix wrong location display when the autofill item is really long.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 23 22:46:18 PDT 2011


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


Kent Tamura <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #94565|review?, commit-queue?      |review+, commit-queue+
               Flag|                            |




--- Comment #17 from Kent Tamura <tkent at chromium.org>  2011-05-23 22:46:18 PST ---
(From update of attachment 94565)
View in context: https://bugs.webkit.org/attachment.cgi?id=94565&action=review

ok

> Source/WebCore/platform/chromium/PopupMenuChromium.cpp:170
> +        , m_maxWindowWidth(std::numeric_limits<int>::max())

nit: We usually declare "using namespace std;" at the beginning of the file, and omit 'std::' in the code.

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