[epiphany/mcatanzaro/floating-bar: 7/7] Fix regression preventing clicking links beneath the floating bar




commit 68974bc15967ae123eda8ae8dc3df2b9fbbdaad9
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Mar 9 12:43:06 2021 -0600

    Fix regression preventing clicking links beneath the floating bar
    
    When the floating bar covers a link at the bottom of the page, I should
    be able to click the floating bar to click the link. This broke in !850.
    
    There is some visual glitchiness where the bar briefly appears on the
    left before being moved out of the way to the right, but I'm not sure
    how to fix that

 embed/ephy-embed.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index 327156b34..b6c61d205 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -703,7 +703,7 @@ on_enter_notify_event (GtkWidget        *widget,
 
   gtk_widget_queue_allocate (embed->overlay);
 
-  return GDK_EVENT_STOP;
+  return GDK_EVENT_PROPAGATE;
 }
 
 static void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]