livemarks icon indicating copy to clipboard operation
livemarks copied to clipboard

Don't refresh upon opening bookmark

Open haarp opened this issue 5 years ago • 3 comments

Add-on version 2.8

Describe the bug As soon as one item in a feed is opened, the entire feed is instantly refreshed. This is bad UX, as the list the user was just looking at gets reordered, or things the user was just about to open disappear (which happens around 3x daily to me)

To Reproduce Repro:

  1. Click on any item in a feed
  2. Watch as it gets refreshed

Thanks!

haarp avatar May 19 '20 15:05 haarp

Mhm, you are right. Clicking an item would relatively soon trigger the historyOnVisited callback. This will trigger an update for all the livemarks in that containing folder. The idea here was for people that use the read indicator we want to update that relatively quickly.

evilpie avatar May 23 '20 11:05 evilpie

This is still frequently happening. It probably isn't evident if you just left-click items. But middle-clicking with the intention of opening multiple links makes you run into this issue frequently.

The consequence is that you often open the wrong link, or need to re-acquire the link you were about to open, or need to deal with links that have disappeared from the feed. This is especially evident with fast-updating feeds, such as Hacker News.

haarp avatar Aug 19 '21 15:08 haarp