RESOLVED FIXED Bug 169046
Web Inspector: Option-clicking the close tab button should close all other tabs
https://bugs.webkit.org/show_bug.cgi?id=169046
Summary Web Inspector: Option-clicking the close tab button should close all other tabs
Blaze Burg
Reported 2017-03-01 11:04:45 PST
Via Nelson Thachuk: """ * SUMMARY - Option-clicking the close tab button should close all other tabs * STEPS TO REPRODUCE 1. Launch Safari 2. Navigate to a webpage 3. Show Web Inspector (⌥⌘I) 4. Option-click the close tab button of any tab * EXPECTED RESULTS - All other tabs should close * ACTUAL RESULTS - Clicked tab closes """
Attachments
Patch (1.75 KB, patch)
2017-03-27 15:14 PDT, Devin Rousso
mattbaker: review+
Patch (1.62 KB, patch)
2017-03-27 22:32 PDT, Devin Rousso
no flags
Blaze Burg
Comment 1 2017-03-01 11:05:29 PST
Blaze Burg
Comment 2 2017-03-24 00:50:19 PDT
Devin, want to knock this out?
Devin Rousso
Comment 3 2017-03-27 15:14:18 PDT
Matt Baker
Comment 4 2017-03-27 19:03:45 PDT
Comment on attachment 305517 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=305517&action=review r=me > Source/WebInspectorUI/UserInterface/Views/TabBar.js:617 > + if (event.altKey) { Suggested early return: if (!event.altKey) { this.removeTabBarItem(tabBarItem, false, true); return; }
Devin Rousso
Comment 5 2017-03-27 22:32:49 PDT
WebKit Commit Bot
Comment 6 2017-03-27 23:18:01 PDT
Comment on attachment 305562 [details] Patch Clearing flags on attachment: 305562 Committed r214464: <http://trac.webkit.org/changeset/214464>
WebKit Commit Bot
Comment 7 2017-03-27 23:18:05 PDT
All reviewed patches have been landed. Closing bug.
Joseph Pecoraro
Comment 8 2017-04-03 13:19:48 PDT
Is this really what we want? I can see how it is useful in Safari / Web Browser but in Web Inspector I suspect this would only be triggered accidentally / unexpectedly.
Note You need to log in before you can comment on or make changes to this bug.