manox14 / arora

Automatically exported from code.google.com/p/arora
0 stars 0 forks source link

Middle-clicking a form field only pastes if it already has focus #639

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. On an X11-based desktop, select some text
2. Middle-click an HTML form text field that does not have focus

Expected: The field gains focus and the text is pasted. (This is the
behaviour Firefox, Konqueror, Midori, and native Qt/GTK+ text entry widgets
exhibit)

Actual: If the, clipboard contains a URL, it is loaded in the current tab.
Otherwise, nothing happens.

This was tested with Arora 0.9.0 on Qt 4.5.1.

Original issue reported on code.google.com by stephan....@gmail.com on 14 Sep 2009 at 6:17

GoogleCodeExporter commented 9 years ago
This was a bug in QtWebKit's focus handling, but has been fixed.  I don't know 
if the fix will go in 4.5.3, but it is 
in 4.6

Original comment by ice...@gmail.com on 17 Sep 2009 at 9:19