NEW 151153
Web Inspector: CMD + A when navigation sidebar is focused will select all text in details sidebar
https://bugs.webkit.org/show_bug.cgi?id=151153
Summary Web Inspector: CMD + A when navigation sidebar is focused will select all tex...
Blaze Burg
Reported 2015-11-11 13:41:14 PST
SUMMARY: CMD + A shortcut doesn't do what I would expect, kind of useless. STEPS TO REPRODUCE: * Open a tab with a navigation sidebar (debugger, resources) * Select a tree element * CMD + A EXPECTED: * Selects all tree elements, or does nothing ACTUAL: * Selects some of the text in the details sidebar. NOTES: * This seems related to not supporting multiple selection in TreeOutline.
Attachments
example selection after CMD + A (754.75 KB, image/png)
2015-11-11 13:41 PST, Blaze Burg
no flags
Radar WebKit Bug Importer
Comment 1 2015-11-11 13:41:31 PST
Blaze Burg
Comment 2 2015-11-11 13:41:35 PST
Created attachment 265315 [details] example selection after CMD + A
Timothy Hatcher
Comment 3 2016-02-09 19:59:24 PST
We might want to silently eat Command-A to prevent this.
Devin Rousso
Comment 4 2016-02-09 21:43:45 PST
(In reply to comment #3) > We might want to silently eat Command-A to prevent this. Why not make it just select all the text/image/etc for the selected resource? I would think that (until multiple tree selections are possible) the only time a user wants to select all is for the text/image/etc for that resource. Is it too much of a jump to make that assumption, or can we do it?
Timothy Hatcher
Comment 5 2016-02-10 11:13:30 PST
Yes, we could make these shortcuts global and forward to the current content view.
Note You need to log in before you can comment on or make changes to this bug.