martinrotter / rssguard

Feed reader (and podcast player) which supports RSS/ATOM/JSON and many web-based feed services.
GNU General Public License v3.0
1.56k stars 124 forks source link

[BUG]: multi-feed metadata fetching doesn't work #1482

Open seventyiris83 opened 1 month ago

seventyiris83 commented 1 month ago

Brief description of the issue

when you select multiple feeds at once then right-click one of the feeds and click "Fetch metadata", only the metadata of the feed you right-clicked on is fetched, instead of the metadata of all selected/highlighted feeds.

How to reproduce the bug?

  1. have multiple feeds
  2. select multiple feeds at once
  3. right click any of the highlighted feeds
  4. click "Fetch metadata"
  5. see that only the metadata of the feed you right clicked on is fetched

What was the expected result?

i was expecting the metadata of all selected/highlighted feeds to be fetched

What actually happened?

only the feed you right click on has its metadata fetched instead of all selected

Debug log

N/A

Operating system and version

martinrotter commented 5 days ago

Yes, this is because some specific items in context menus of individual plugins are not multi-selection-aware and only work with "active" item. This might be expanded and fixed in the future.