huyq119 / gfeedline

Automatically exported from code.google.com/p/gfeedline
Other
0 stars 0 forks source link

Option to disable autoscroll #41

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
User should have option to prevent the feed from scrolling to the top when new 
tweets arrive.  This causes the user to lose their place in the feed and 
interrupts them when they are in the middle of reading a tweet.

Original issue reported on code.google.com by NerdySys...@gmail.com on 12 Jun 2013 at 10:04

GoogleCodeExporter commented 8 years ago
I will implemente new explicit scrolling lock feature.

GFeedLine has some scroll lock/unlock functions already.
When the mouse pointer is on links or the tab has been scrolled,
GFeedline should lock the scroll for a short time.

Original comment by yendo0206 on 14 Jun 2013 at 12:58

GoogleCodeExporter commented 8 years ago
I improved auto scroll lock timer for now with version 2.4.4.

Original comment by yendo0206 on 13 Feb 2015 at 1:26

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I Added new gsettings key view/auto-scroll-delay. 
It determines auto scroll unlock delay (secounds).  
Auto scroll is locked when window is scrolled or the pointer is on URLs. 
The lock is unlocked after 10 secounds by default. 
If the delay value is less than 0, auto scroll is disable.

ex) % gsettings set com.googlecode.gfeedline.view auto-scroll-delay 10

Original comment by yendo0206 on 17 Jun 2015 at 12:00