Vertical scrollbar behavior
Hi, I recently updated to v3.6.2. I'm not sure if this behavior started in an earlier version. I have a capture file open with 180 packets. The vertical scrollbar is at the top showing the first page. When I click in vertical scrollbar 'down' area, the packet display goes all the way to the bottom, not doing a page at a time like I would expect. Is that normal behavior? Thanks - Greg
The vertical scrollbar 'active' area is half the window pane height, even though it's only showing less than a tenth of the packets. It would appear that the scrollbar scaling is wacky.
Any idea what the version was that behaved different to this (not-wacky)?
If you have access to Windows, copy (
Edit->Copy->As Plain Text
) 100 or so packet lines to Notepad, size the window to show 20 lines, then click in the scrollbar.Is this the paging behavior in Notepad what you would like to see in the Wireshark gui?
Looks like it came into 3.6 branch with this change: 1579 - Qt: Set Packet List scrollbar page step
I copied to Notepad the 180 packets in this capture. Notepad vertical scrollbar behavior is as I'd expect. The 'active' bar portion represents the ratio of the lines shown to the total line count, about 15% or so. It takes six clicks to go from top to bottom. Each click 'down' scrolls down a page-worth of lines. This is typical scrollbar behavior (vertical & horizontal). PgUp & PgDn work as expected in 3.6.2 WireShark. This is similar to what vertical scroll should do. I installed the Old Stable Release (3.4.12) and it works pretty much as expected, except (to be picky) it scrolls one line too many. For example, if the packet at the top is 206, a scroll up now has 204 at the bottom. 205 was skipped over. I think this depends of if a partial line is shown. Not critical.
Thanks for ...(more)
Thanks for the testing and feedback. Maybe @Stig will see the comment on the merge request and have a solution.