[Webkit-unassigned] [Bug 28153] can't middle-button paste within a single window
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Nov 20 08:43:41 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=28153
Alejandro G. Castro <alex at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #41645|0 |1
is obsolete| |
Attachment #43582| |review?
Flag| |
--- Comment #8 from Alejandro G. Castro <alex at igalia.com> 2009-11-20 08:43:40 PST ---
Created an attachment (id=43582)
--> (https://bugs.webkit.org/attachment.cgi?id=43582)
Patch proposed with test
This patch includes the test for the solution proposed, but it will not work
until we solve the bug 31711. Until that moment the test requires this patch to
work properly, check the other bug for more information about the issue:
index 8783973..2ff65cb 100644
--- a/LayoutTests/platform/gtk/editing/pasteboard/middle-button-paste.html
+++ b/LayoutTests/platform/gtk/editing/pasteboard/middle-button-paste.html
@@ -20,8 +20,8 @@ function runTest()
var y = target.offsetParent.offsetTop + target.offsetTop +
target.offsetHeight / 2;
- eventSender.mouseMoveTo(x, y);
eventSender.mouseDown();
+ eventSender.mouseMoveTo(x, y);
eventSender.mouseMoveTo(x + 50, y);
eventSender.mouseUp();
eventSender.mouseMoveTo(x + 100, y);
--
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