GNOME Bugzilla – Bug 699584
weird context menu for web app mode
Last modified: 2014-10-10 16:00:57 UTC
The context menu in web app mode has "Inspect Element" and "Send Link by Email" (even when not right clicking on a link). Those are both very strange to have in web app mode.
Created attachment 284564 [details] [review] Do not show weird context menu entries in app mode "Inspect Element" and "Send Link by Email" should not be shown in app mode.
Review of attachment 284564 [details] [review]: ::: src/ephy-window.c @@ +1788,1 @@ g_signal_connect (web_view, "context-menu-dismissed", I think we can connect the signal earlier and add an early return when in app mode instead of adding another indentation level.
Created attachment 284607 [details] [review] Do not show weird context menu entries in app mode "Inspect element" and "Send Link by Email" should not be shown in app mdoe.
Comment on attachment 284607 [details] [review] Do not show weird context menu entries in app mode I had forgotten this one, sorry.
Attachment 284607 [details] pushed as ea9e139 - Do not show weird context menu entries in app mode