Bug 103049

Summary: Web Inspector: Adding mouse hover gesture on "Show navigator" button on Sources panel
Product: WebKit Reporter: Sankeerth V S <sankeerthvsriram>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: apavlov, keishi, loislo, pfeldman, pmuellr, vivek.vg, vsevik, web-inspector-bugs, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

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.