You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Load any configuration (e.g. hardware counters IPC) and open its associated timeline window
Maximize the timeline window
Right-click the window and select the 'Info panel' option
Actual behavior
Nothing seems to happen, the information in the info panel is not visible.
Expected behavior
The information associated to the 'Info panel' should become visible, even if partially.
Detail / Explanation
When viewing a trace in a timeline window, either double clicking the timeline window, or right-clicking the timeline & selecting the "Info panel" option, is supposed to open a section on the bottom on the timeline window, displaying various details (e.g. color legend, duration, etc.).
Currently, the way this is done is by growing the window height to make extra space in the bottom part, in order to avoid resizing the timeline. However, there are various scenarios where the window can't grow vertically, such as:
The window is maximized
The window is full screen
When using a tiling window manager such as i3 where windows can't freely resize themselves.
In any of those scenarios, the "Info panel" option appears to do nothing. Actually, the splitter subtly appears at the very bottom of the window and can be dragged to actually see the info panel, but from a user point of view, unless one knows of this issue, the application appears to have done nothing or to have bugged.
Bonus: Additionally, on Windows 10, after the info panel is visible when the window is maximized, if one then hides the info panel, this results in a window having the 'Maximized' state/icons, but only partially covering the screen. If one minimizes this window and then restores it, the window is squashed to just a few pixels. This may actually be more of a Windows issue/weirdness actually.
Proposed fix
Making the window height bigger to display the info panel appears to be intended behaviour. However, the mentioned cases where the window size can't change should be detected and handled separately. In those cases, opening the info panel should not attempt to make the window height bigger, but rather keep the same size and redistribute the window space between the timeline and the info panel.
The text was updated successfully, but these errors were encountered:
For now I'm using a patch over the 4.8.1 sources, to display the info panel as a tool window (wxMiniFrame) instead of the split timeline/infopanel design - note that it's not a perfect solution nor implementation and has its own set of problems, but it works better for me.
Affected version: wxParaver 3.8.1
Steps to reproduce:
Actual behavior
Nothing seems to happen, the information in the info panel is not visible.
Expected behavior
The information associated to the 'Info panel' should become visible, even if partially.
Detail / Explanation
When viewing a trace in a timeline window, either double clicking the timeline window, or right-clicking the timeline & selecting the "Info panel" option, is supposed to open a section on the bottom on the timeline window, displaying various details (e.g. color legend, duration, etc.).
Currently, the way this is done is by growing the window height to make extra space in the bottom part, in order to avoid resizing the timeline. However, there are various scenarios where the window can't grow vertically, such as:
In any of those scenarios, the "Info panel" option appears to do nothing. Actually, the splitter subtly appears at the very bottom of the window and can be dragged to actually see the info panel, but from a user point of view, unless one knows of this issue, the application appears to have done nothing or to have bugged.
Bonus: Additionally, on Windows 10, after the info panel is visible when the window is maximized, if one then hides the info panel, this results in a window having the 'Maximized' state/icons, but only partially covering the screen. If one minimizes this window and then restores it, the window is squashed to just a few pixels. This may actually be more of a Windows issue/weirdness actually.
Proposed fix
Making the window height bigger to display the info panel appears to be intended behaviour. However, the mentioned cases where the window size can't change should be detected and handled separately. In those cases, opening the info panel should not attempt to make the window height bigger, but rather keep the same size and redistribute the window space between the timeline and the info panel.
The text was updated successfully, but these errors were encountered: