Bug 471553 - Mark Feeds as Read on a folder doesn't repaint article titles until the mouse moves
Summary: Mark Feeds as Read on a folder doesn't repaint article titles until the mouse...
Status: REPORTED
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: 5.22.3
Platform: Other Other
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-28 23:18 UTC by Forest
Modified: 2024-04-07 10:39 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Forest 2023-06-28 23:18:13 UTC
SUMMARY
After clicking Mark Feeds as Read, the article titles remain in the "unread" color until the mouse is moved.

STEPS TO REPRODUCE
1. Navigate to a folder with unread articles.
2. Click and confirm Mark Feeds as Read.

OBSERVED RESULT
Affected article titles remain colored in the "unread" color until the mouse is moved.

EXPECTED RESULT
Article titles should be repainted in the "read" color.

SOFTWARE/OS VERSIONS
Linux: Debian 12 (bookworm)
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8

ADDITIONAL INFO
Seems like a QWidget::update() call is needed somewhere.