Awesome! PopUps not closing when links are clicked in them.

Forums » Dev.Opera » Opera Extensions Development Discussions

You need to be logged in to post in the forums. If you do not have an account, please sign up first.

Go to last post

8. June 2012, 18:53:22

DoTheEvo

Posts: 60

Awesome! PopUps not closing when links are clicked in them.

I noticed this only today,
its not working in development mode, but once you install it as oex, it works.

Basically if you have an extension with a popup, and in it you have some content with links, the popup wont close just because you clicked a link in it.

thanks opera guys

/I just hope no one will come here telling me its a bug, or that its only working for some reason on my pc.

9. June 2012, 04:40:17

spadija

Posts: 1636

confused left worried eek yes

Wait, you mean Tab Vault will finally work the way it's supposed to without installing in developer mode? Now we just have to hope this isn't an "undocumented feature to be removed in the next release".

9. June 2012, 16:50:30 (edited)

DoTheEvo

Posts: 60

Guy making tab vault seems to be using some sort of click listener instead of just href and anchor tag. Maybe thats the problem, since its not working that way on that extension.
This simple reddit-background process example works for me as I described.

9. June 2012, 18:52:35

spadija

Posts: 1636

....I am that guy.

Tab Vault is now working the way I tried to make it—that is, when a tab is opened in the foreground, the tab takes focus and the popup disappears, but when a tab is opened in the background, it doesn't close the popup any more.

9. June 2012, 22:16:03

DoTheEvo

Posts: 60

Ah cheers for that extension, I stole from it the way popup is resized immediately after the width/height changes in the options.

Forums » Dev.Opera » Opera Extensions Development Discussions