Closed
Bug 655049
Opened 14 years ago
Closed 14 years ago
JavaScript (jQuery) cannot determine the real size of a window
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: rrh, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
Build Identifier: Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
When I try to detect real size of a resized window and the window is really small, let’s say it is smaller than 300×300px, window object (in JavaScript) holds wrong size – I can confirm that width of the window is affected and give wrong result – the given width is bigger than is it actually.
I was told that this problem may cause some add-ons and probably it is true. When I removed my .mozilla directory and the new was created, everything was fine.
Reproducible: Always
Comment 1•14 years ago
|
||
(In reply to comment #0)
> I was told that this problem may cause some add-ons and probably it is true.
> When I removed my .mozilla directory and the new was created, everything was
> fine.
https://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes#w_test-for-faulty-extensions
Add-on bugs should be reported to the add-on author.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
Updated•14 years ago
|
Version: unspecified → 4.0 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•