GNOME Bugzilla – Bug 731614
Ensure that mouse and keyboard events reach the WebKit inspector
Last modified: 2014-06-13 14:55:46 UTC
I had to use the WebKit inspector while debugging why the Foursquare (bug 729837) log in field is not getting pre-filled. Since this is one of the common reasons for using the inspector, lets remove the modality so things actually work. Ofcourse, if you are trying to debug addition of new accounts you will still have to remove the modality from the gnome-control-center dialog.
Created attachment 278395 [details] [review] oauth, oauth2: Remove modality from refresh dialogs for the inspector
Removing the modality won't help. We need to use a separate GtkWindowGroup for the inspector window.
Created attachment 278416 [details] [review] webview: Ensure that mouse and keyboard events reach the inspector
(In reply to comment #2) > Removing the modality won't help. We need to use a separate GtkWindowGroup for > the inspector window. ... because we are using gtk_dialog_run with the dialog that contains the webview.
Review of attachment 278416 [details] [review]: Committed.