Bug Tracker

Opened 10 years ago

Closed 10 years ago

#12688 closed bug (notabug)

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: [email protected]
Blocked by: Blocking:

Description

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

Change History (5)

comment:1 Changed 10 years ago by dmethvin

Owner: set to 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.

comment:2 Changed 10 years ago by [email protected]

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

comment:3 Changed 10 years ago by dmethvin

Cc: [email protected] added

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

comment:4 Changed 10 years ago by anonymous

Status: pendingnew

Funny thing is that FF16 and jQuery 1.7.2 works correctly.

comment:5 Changed 10 years ago by mikesherov

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!

Note: See TracTickets for help on using tickets.