Wireshark-bugs: [Wireshark-bugs] [Bug 10601] "Automatic scrolling in live captures" not working

Date: Fri, 06 Mar 2015 19:23:36 +0000

Comment # 14 on bug 10601 from
I'll work on this, implementing this specification:

The autoscroll button can always disable/enable autoscroll. The initial state
is equal to the autoscroll preference.

When autoscroll is enabled and you scroll up, then autoscroll must be disabled.

When autoscroll is disabled and you scroll to the end, then:
 - if autoscroll pref is enabled, enable autoscroll.
 - otherwise (if pref is disabled), do nothing

Does this sound reasonable? The exact implementation of the "scroll to end"
action is a separate issue. I will initially remove the timer, it can be added
back later to improve the performance of both GTK+ and Qt.


You are receiving this mail because:
  • You are watching all bug changes.