Skip to main content

Bug Tracker

Side navigation

#12688 closed bug (notabug)

Opened October 09, 2012 09:17PM UTC

Closed October 17, 2012 02:19PM UTC

window height and width in FireFox 16

Reported by: anonymous Owned by: anonymous
Priority: undecided Milestone: None
Component: unfiled Version: 1.8.0
Keywords: Cc: andre.teich@gmail.com
Blocked by: Blocking:
Description

$(window).height() and $(window).width() in FireFox 16 returns completely incorrect values. They are roughly half what window.innerHeight returns.

Attachments (0)
Change History (5)

Changed October 09, 2012 10:42PM UTC by dmethvin comment:1

owner: → anonymous
status: newpending

Have you reported this on the Firefox bug tracker? If so, please post a link to the report.

As far as the jQuery issue goes, please post a link to a jsfiddle.net case that demonstrates the problem.

Changed October 10, 2012 07:16AM UTC by andre.teich@gmail.com comment:2

It seems to be that there are more problems with the height & outerheight in Firefox 16 to Firefox 15. All my Scripts are invalid now

Changed October 10, 2012 01:32PM UTC by dmethvin comment:3

cc: → andre.teich@gmail.com

Please post a link to a jsfiddle.net case that demonstrates the problem.

Changed October 17, 2012 12:40PM UTC by anonymous comment:4

status: pendingnew

Funny thing is that FF16 and jQuery 1.7.2 works correctly.

Changed October 17, 2012 02:19PM UTC by mikesherov comment:5

resolution: → notabug
status: newclosed

Thanks for contributing!

Yes, we removed support for quirks mode in 1.8. Make sure you have a valid doctype and the problem goes away. If not, please post a valid fiddle that demonstrates the problem as requested. Thanks again!