Bug 103049 - Web Inspector: Adding mouse hover gesture on "Show navigator" button on Sources panel
Summary: Web Inspector: Adding mouse hover gesture on "Show navigator" button on Sourc...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-22 03:31 PST by Sankeerth V S
Modified: 2012-11-22 03:47 PST (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sankeerth V S 2012-11-22 03:31:35 PST
Currently the "Show Navigator" is not pinned by default. So the "Scripts" pane is hidden. So now as a developer, if he wants to open multiple files, he needs to click the Navigator button again and select a file. As soon as he selects a file, the file is opened as a new tab and the navigator is closed. It would be a nice addition to the existing click action, to have the hover effect to show the navigator again and open another file.

I would like to hear the feedback from the forum before i proceed with the implementation.
Comment 1 Vsevolod Vlasov 2012-11-22 03:35:50 PST
I don't think it makes a lot of sense to implement this.
Whoever needs to open several files can dock navigator and click is also not something that takes too much time.
Most importantly the recommended workflow would be to use Ctrl/Cmd+O "Go to source" shortcut instead.
Comment 2 Sankeerth V S 2012-11-22 03:47:04 PST
(In reply to comment #1)
> I don't think it makes a lot of sense to implement this.
> Whoever needs to open several files can dock navigator and click is also not something that takes too much time.
I agree with what you say. But on smaller displays with limited real estate, docking a navigator would consume screen space. In such a case having this hover action would be useful.

> Most importantly the recommended workflow would be to use Ctrl/Cmd+O "Go to source" shortcut instead.
Yeah its really a nice feature. Again, the above feature is just an usability improvement to quickly open the files without typing as it would be required with Ctrl/Cmd+O.