[Webkit-unassigned] [Bug 28696] Middle click doesn't trigger onpaste event in Chromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 31 03:46:14 PDT 2009


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


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #38515|review?                     |review-
               Flag|                            |




--- Comment #2 from Eric Seidel <eric at webkit.org>  2009-08-31 03:46:14 PDT ---
(From update of attachment 38515)
This needs a layout test.

Also, funny spacing in the ChangeLog:
+        Handle middle click in Chromium like QT
+
+        https://bugs.webkit.org/show_bug.cgi?id=28696

Seems wrong:
+#if PLATFORM(QT) || PLATFORM(CHROMIUM)
     bool isSelectionMode() const;
     void setSelectionMode(bool selectionMode);
 #endif

You only want this on Chromium Linux, or?

Enums are almost always clearer than bools:
+        static bool
clipboardIsFormatAvailable(PasteboardPrivate::ClipboardFormat, bool);

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