[Webkit-unassigned] [Bug 186146] [GTK] Switch to use a popup window with a tree view instead of a menu for option menu default implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 31 06:19:45 PDT 2018


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

Adrian Perez <aperez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.webkit.org/sho
                   |                            |w_bug.cgi?id=16450

--- Comment #6 from Adrian Perez <aperez at igalia.com> ---
This improves also performance for combo boxes with thousands
of elements, which is an issue with the current implementation
as per bug #16450

I've done a quick test with Epiphany and while there is still
a noticeable <500ms delay before the popup appears, landing
this patch is an amazingly huge improvement. I expect that the
popup delay should be even smaller once the code is inside
WebKit -- there will be less objects allocated and passed
back and forth through the public API.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180531/1808f0cc/attachment.html>


More information about the webkit-unassigned mailing list