mbille46 / scriptno

Automatically exported from code.google.com/p/scriptno
0 stars 0 forks source link

document.onmouseup is not executed in content_script of my extension on blocked pages #241

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create extension that has content_script with document.onmouseup handler
2. visit blocked page

What is the expected output? What do you see instead?
Javascript on blocked page should not execute. Handler in content_script should 
be executed after mouse click.

What version of the product are you using? On what operating system?
1.0.6.16

Original issue reported on code.google.com by Michael....@googlemail.com on 11 Jan 2014 at 1:09

GoogleCodeExporter commented 9 years ago
I just noticed something weird. On pages I accessed by bookmark the event 
fired. After I refreshed the page it did not fire.

Original comment by Michael....@googlemail.com on 11 Jan 2014 at 1:40