Closed
Bug 718578
Opened 12 years ago
Closed 12 years ago
Firefox hides all menus and panels, swich background of window to black. Not working.
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 626963
People
(Reporter: ivan.truhniy, Unassigned)
Details
Attachments
(1 file)
103.23 KB,
image/png
|
Details |
User Agent: Opera/9.80 (Windows NT 6.1; U; ru) Presto/2.10.229 Version/11.60 Steps to reproduce: Opened site with code below and changed window size: <!DOCTYPE html> <html> <head> <script> window.onresize = function() { alert('!!!'); } </script> </head> <body> </body> </html> Actual results: All tabs dissapeared. All controls disabled. Background of Firefox window was set to black. Close button not working. Expected results: To see alert when resize of window will be finished.
Updated•12 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•