opens new browser when iconised


hi,

i'm using v3.06, the bug i'm reporting is when FR is iconised in tray, when it updates a feed, if an entry is read and still selected before minimizing the program, it forces a new window to appear on screen eventhough the program is in tray area and not on screen.

steps to recreate:

start FeedReader (go in options, general, and choose "open link in default browser")

choose an entry in one of your feeds, it will open a new window, thats fine.

now minimize FR to tray (or choose start minimized)

then wait for the chosen feed to update. if the chosen article is read but still on screen, it will open a new browser window when it does.

this "if the chosen article is read but still on screen,"

should read: if the chosen article is read but still selected when iconized,

Do you have notifications

Do you have notifications enabled? Can you be so kind and try out 3.07 exe. We have changed notification window popup logic a little bit and maybe we got away from this behaviour as you are describing here.

Greetings
Toomas

hi,>Do you have

hi,

>Do you have notifications enabled?
i dont have notification enabled actually, too many popups too often.

>Can you be so kind and try out 3.07 exe
sure, i'm trying it now, but no new articles yet...

[edit] it still happens. if you're using a "list.on_select" or "list.entry.on_change" procedure to launch the browser, maybe you should try "list.entry.on_click" on the selectable entry instead of the whole list control, instead. its been years since i've programmed but im sure its in there.