cscarney / syndic

Convergent feed reader for Plasma and Android
12 stars 2 forks source link

Feed update unintenionally marks currently selected article as read #234

Open plata opened 3 months ago

plata commented 3 months ago

Setup:

Behavior:

Possible solutions:

cscarney commented 3 months ago

I think that this is a regression in the transition to Qt6. The original (and intended) behavior was:

  1. the first article doesn't automatically open while an update is in progress. An "Update in Progress" placeholder is displayed in the article pane.
  2. Articles can still be manually selected and opened during an update.
  3. When the update is complete, the first article in the list is opened, unless the user has already selected one manually.