Summary: Bring the inspected page's window forward when activating element search. When using a detached inspector is annoying that after enabling node search you have to make multiple clicks. (1) To focus the window containing the inspected page and (2) to then select the node. We should eliminate click (1) which often confuses people. This would also make ⇧⌘C also bring the inspected page forward for very fast selecting of different elements.
<rdar://problem/28349357>
Created attachment 289162 [details] [PATCH] Proposed Fix
Comment on attachment 289162 [details] [PATCH] Proposed Fix r=me Does this work correctly from the API / menu item as well?
Comment on attachment 289162 [details] [PATCH] Proposed Fix Clearing flags on attachment: 289162 Committed r206091: <http://trac.webkit.org/changeset/206091>
All reviewed patches have been landed. Closing bug.
(In reply to comment #3) > Comment on attachment 289162 [details] > [PATCH] Proposed Fix > > r=me > > Does this work correctly from the API / menu item as well? Yes, in all cases. Menu item, keyboard shortcut, frontend toolbar icon / protocol API.