Russian3434 / hackbar

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

Hackbar breaks website that opens a new window with javascript in firefox 5 #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have a website that pops up a new window upon login, when Hackbar is enabled 
in Firefox 5 the new window is just blank.

The webpage has a login form, when the user presses the login button a 
javascript opens a new window, creates a new login form in it with 
document.write, fills the values posted in the main window form, and posts it.

When Hackbar is active the new window is created but no content is written in 
it.

My configuration is:
Linux Debian Testing/Sid
Hackbar 1.6.1
Iceweasel 5.0 (Firefox 5.0 rebranded)

If you have problems reproducing the bug I can provide a sample page.

Regards,

Paolo.

Original issue reported on code.google.com by paolo.sc...@gmail.com on 7 Jul 2011 at 8:10

GoogleCodeExporter commented 8 years ago
Hackbar takes focus 100 ms after the page loads, maybe this is making the page 
not to work correctly.

Solution? Just hide HackBar and use when necessary.

Cheers! :)

Original comment by pedlag...@gmail.com on 2 Aug 2011 at 1:07