View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0020469 | MMW 5 | Main Panel | public | 2023-12-11 17:18 | 2024-03-12 15:55 |
Reporter | zvezdan | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | reopened | ||
Product Version | 5.1 | ||||
Target Version | 5.2 | Fixed in Version | 5.1 | ||
Summary | 0020469: Tabs should show tooltips with full paths | ||||
Description | Windows Explorer shows tooltips with full paths. Web browsers show tooltips with full title of web page (Chrome also shows a domain). MM should also show tooltips when hovering tabs, especially if the tabs are narrow and their text is truncated (...) | ||||
Tags | No tags attached. | ||||
Fixed in build | 2828 | ||||
|
Makes sense. Push to post 5.1 if non-trivial. |
|
Fixed in build 2828. |
|
I see no tooltip on hover on tab on 2828. |
|
@lowlandwer: where? It is shown only in case whole tab title is not visible, where it is needed. |
|
Anyway improved in 2829, so tooltip is displayed also when hovering tab icon, not only tab caption. |
|
Maybe the tooltips should be displayed always and with full paths, not only when the whole tab title is not visible, to have the same behavior as File Explorer. Such behavior also have many other programs like Total Commander, VSCode, Notepad++, EditPad, RJ TextEd, and so on. Rusty, what do you think? |
|
Paths to node is in navbar (in case of main window), it would be redundant, I do not see any reason to display it also in tooltip elsewhere. Tabs are general components displaying any caption, not only node/folder title. The fix was to enable, generally, displaying whole title in any tab control. |
|
It wouldn't be redundant. First of all, the navigation bar could be also trimmed in case of the reduced width of the program window and it will not show the full path. Secondly, the navigation bar shows only path for the currently displayed tab. If you want to see a full path of some another tab, you need to switch to that tab, which could be time consuming, even when switching to the tab that has the same path as the current one. |
|
Full path is in navbar tooltip. |
|
As I already explained, you cannot see that navbar tooltip unless you switch to that tab. The point for adding tooltips to tabs is to see their full paths without switching tabs. |
|
Unactive tabs now do not "know" this information until fully loaded. Definitely not thing for 5.1., in case we decide for this, should be postponed for subsequent release. |
|
As far as I know, the inactive/unloaded tabs are like that only after restart of the program with opened several tabs, when only the currently displayed tab is active/loaded. But, whenever you add a new tab, such tab is loaded, and in every such occasion the program should store its full path somewhere, just like it does with the tab titles. That info about full path should be also saved to the persistent.json, in case that you restart the program with several inactive (unloaded) tabs. |
|
I agree that this makes sense, so that users can better understand what non-active tabs represent. But if it's non-trivial (which is the case), it should be pushed. |