gustavo-iniguez-goya / opensnitch

OpenSnitch is a GNU/Linux application firewall
GNU General Public License v3.0
394 stars 20 forks source link

UI: General tab should not scroll away from the viewport #76

Closed themighty1 closed 3 years ago

themighty1 commented 3 years ago

When I'm examining connections in the General tab, I scroll down the list to the place of interest but the lines I'm looking at keep scrolling out of view because new entries keep being added in real-time.

Is it possible to make it so that if the user scrolls down, his view of the log will not change?

gustavo-iniguez-goya commented 3 years ago

Yes, this is a bit annoying sometimes. I'll investigate how to do it.

For now, type something in the filter text box, in order to display only the connections you are interested in.

gustavo-iniguez-goya commented 3 years ago

I think this problem is more noticeable if the limit of entries is 50. If you set it to 300 or None, then it does not scroll away that easily.

themighty1 commented 3 years ago

Closing as this can be resolved with this PR https://github.com/evilsocket/opensnitch/pull/306