mywot / opera

WOT's Opera extension
http://www.mywot.com/wiki/Opera
GNU General Public License v3.0
1 stars 4 forks source link

Warning screen is shown only once #44

Closed sorgoz closed 11 years ago

sorgoz commented 12 years ago

After loading addon, warning screen might be shown only once (any site) until addon is reloaded again.

sorgoz commented 12 years ago

It seems there is a bug in Opera (Emulator?):

WOT extension: Exception in wot.post():
WOT extension: DOMException: INVALID_STATE_ERR

when wot.post() posts a message to a tab, function raises the Exception INVALID_STATE_ERR.

sorgoz commented 12 years ago

This issue is relevant for Opera Next (12) too.

sorgoz commented 12 years ago

Can't find a workaround for this bug - Opera 12 generate a DOM exception for the second try to post a message to a Tab. After first successful sending, it fails to send other messages to any tabs until extension is reloaded.