]> git.armaanb.net Git - chorizo.git/blobdiff - BUGS
Focus c->web_view on new tabs
[chorizo.git] / BUGS
diff --git a/BUGS b/BUGS
index 1bf801cc5e6c419117ab7ccf82ebaca681347458..2be5eadb4d49bad252285021c4681431852b32eb 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,5 +1,15 @@
-Deprecated JS functions in WebKit
-=================================
+Links sometimes do not open in a new tab
+========================================
 
-'webkit_javascript_result_get_global_context' and
-'webkit_javascript_result_get_value' are deprecated.
+We select for "mouse-target-changed" events: When the pointer is being
+moved, WebKit tells us if it's now being positioned over a link or not.
+
+However, when a new link pops into existence right below the mouse
+pointer (without the pointer being moved), we don't get this event. When
+the user now issues a middle-click, we open the link in the same tab.
+This is wrong.
+
+Ideally, we could access a hit test result while processing the click
+event, but that doesn't appear to be possible?
+
+This bug is also present in suckless surf and GNOME Epiphany.