Side navigation
#11873 closed bug (invalid)
Opened June 07, 2012 09:13AM UTC
Closed June 07, 2012 11:52AM UTC
Dimensions on Chrome
Reported by: | mobilex40@gmail.com | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | dimensions | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Have an iFrame that located into a website, and into the iFrame trying to get it's dimensions by use:
var dimensions = { width:$(document).width(), height:$(document).height() };
For FF (V.12) works fine but for Chrome (V.19.0.1084.52 m) it's not work like expected and return wrong dimensions.
Fixed if by removed your IE6 Fallback in your development-version file, line 9357, removed the following lines:
if ( doc[ clientProp ] >= doc[ scrollProp ] ) { return doc[ clientProp ]; }
And now it's working fine.
Thanks!
Attachments (0)
Change History (1)
Changed June 07, 2012 11:52AM UTC by comment:1
component: | unfiled → dimensions |
---|---|
priority: | undecided → low |
resolution: | → invalid |
status: | new → closed |
This was already removed: https://github.com/jquery/jquery/commit/ba70f8aeb60038ae73b188e432c471f3b115a790
Please include a jsfiddle test case the next time you post an issue. Thanks.