[epiphany/mcatanzaro/floating-bar] Fix regression preventing clicking links beneath the floating bar
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/mcatanzaro/floating-bar] Fix regression preventing clicking links beneath the floating bar
- Date: Tue, 9 Mar 2021 18:49:37 +0000 (UTC)
commit f7947dafc2d146a1be0ed288bca53531667c7c94
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]