Bug 147700 - Selecting '-' (Previous unread article) from page tab updates articles tab
Summary: Selecting '-' (Previous unread article) from page tab updates articles tab
Status: RESOLVED FIXED
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-09 15:09 UTC by Nick Andrew
Modified: 2009-07-14 15:52 UTC (History)
0 users

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 Nick Andrew 2007-07-09 15:09:22 UTC
Version:            (using KDE KDE 3.5.5)
Installed from:    Debian testing/unstable Packages
OS:                Linux

Say I have a feed with several unread articles. I select one and use the middle mouse button to open it in a new tab.

While in the page viewing tab I would normally press ^W to close the tab. However I mistakenly press '-' to go to the previous unread article (or '+' to go to the next unread article). Akregator reduces the number of unread articles in the current feed - but there's no visual feedback to pressing '-' or '+' except that the number of unread articles decrements.

I would expect either (1) the '-' and '+' keys to be ignored, or (2) the Articles tab to become active and display the previous/next unread article.
Comment 1 Frank Osterfeld 2009-05-17 00:03:07 UTC
SVN commit 968920 by osterfeld:

when the next/prev [unread] article/feed actions are triggered, switch back to the article tab so the user action is visible

BUG:147700

 M  +2 -1      articlelistview.cpp  
 M  +4 -0      articlelistview.h  
 M  +10 -5     mainwidget.cpp  
 M  +1 -2      mainwidget.h  
 M  +3 -0      subscriptionlistview.cpp  
 M  +3 -0      subscriptionlistview.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=968920
Comment 2 Frank Osterfeld 2009-07-14 15:52:24 UTC
SVN commit 996500 by osterfeld:

forward port from 4.2:

when the next/prev [unread] article/feed actions are triggered, switch back to the article tab so the user action is visible                                              

CCBUG:147700



 M  +2 -1      articlelistview.cpp  
 M  +4 -0      articlelistview.h  
 M  +12 -1     mainwidget.cpp  
 M  +2 -0      mainwidget.h  
 M  +3 -0      subscriptionlistview.cpp  
 M  +4 -0      subscriptionlistview.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=996500