Bug 82440 - Web Inspector: Consider moving tab close button to the left.
Summary: Web Inspector: Consider moving tab close button to the left.
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Vsevolod Vlasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-28 02:32 PDT by Martin Häcker
Modified: 2014-12-12 14:37 PST (History)
11 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Häcker 2012-03-28 02:32:43 PDT
The problem is that the close button for the tabs is to the right of their title, i.e like this:

  _|jquery-1.6.js x|_|jquery-ui-1.9.js|_|...

This unfortunately means that with differently named js files (most importantly with names of different length), there is no one position in that tab bar that I can successively click to close many tabs. Which means I have to constantly reposition my mouse which is a pain.

Which in turn leads to many open tabs that clutter up the interface and get in my way navigating between source files. Which makes the whole point of the feature kind of moot.

So I'm lobbying for other ways to close those files that are easily discoverable. What seams easiest to me is to just move the close widget to the left of the name as that allows me to click the same location to close successive tabs.

Regards,
Martin
Comment 1 Vsevolod Vlasov 2012-03-28 02:56:25 PDT
Another way to close tabs is middle clicking on the title.
We should consider implementing context menu with "Close all" and "Close others" items also.
Comment 2 Paul Irish 2012-05-25 00:50:48 PDT
(In reply to comment #1)
> We should consider implementing context menu with "Close all" and "Close others" items also.

Done now, yes?
Comment 3 Vsevolod Vlasov 2012-05-25 02:02:11 PDT
Fixed in: https://bugs.webkit.org/show_bug.cgi?id=86292
Comment 4 Martin Häcker 2012-05-25 02:34:02 PDT
Macs have no middle mouse button and if you don't want to close all tabs you are still screwed by this issue.

I'm not sure why you want to have the close button on the right, at least in Safari it should be on the left for consistency reasons alone (if not for the better usability).
Comment 5 Vsevolod Vlasov 2012-05-25 02:36:27 PDT
Reopening and renaming the bug.
Comment 6 Pavel Feldman 2012-05-25 05:16:38 PDT
> I'm not sure why you want to have the close button on the right, at least in Safari it should be on the left for consistency reasons alone (if not for the better usability).

Safari now has its own inspector. I'd suggest implementing 'Close tabs to right' instead.
Comment 7 Brian Burg 2014-12-12 14:37:30 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests.
Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.