Side navigation
#8207 closed bug (duplicate)
Opened February 08, 2011 09:49AM UTC
Closed February 08, 2011 04:09PM UTC
Last modified April 12, 2012 11:29AM UTC
outerWidth(true) returns width of parent in Chrome9
Reported by: | mediamens | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.next |
Component: | dimensions | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
It appears that outerWidth(true) returns the width of the parent element in Chrome 9. It works OK in Safari 3.6 and IE 8
I've provided a simple test-html
Attachments (0)
Change History (5)
Changed February 08, 2011 09:53AM UTC by comment:1
_comment0: | The simple test-html can be found here: http://jsfiddle.net/HcyBx \ Try resizing the Window to see what happens. In Chrome9 the outerWidth(true) value, changes but it should not. → 1297158882006843 |
---|---|
_comment1: | The simple test-html can be found here: http://jsfiddle.net/HcyBx \ Try resizing the Window to see what happens. In Chrome9 the outerWidth(true) value, changes but it should not. \ \ Also note that the outerWidth(true) of the red DIV is not correct. → 1297158940691187 |
_comment2: | The simple test-html can be found here: http://jsfiddle.net/HcyBx \ Try resizing the Window to see what happens. In Chrome9 the outerWidth(true) value changes, while it should not. Also note that the outerWidth(true) of the red DIV is not correct. → 1297159898774426 |
Changed February 08, 2011 04:09PM UTC by comment:2
resolution: | → duplicate |
---|---|
status: | new → closed |
Changed February 08, 2011 04:24PM UTC by comment:4
component: | unfiled → dimensions |
---|---|
priority: | undecided → high |
version: | 1.4.4 → 1.5 |
Changed April 12, 2012 11:29AM UTC by comment:5
related: http://bugs.jquery.com/ticket/11584
Oops, I meant "Firefox 3.6" above, not "Safari 3.6", sry!
The simple test-html can be found here: http://jsfiddle.net/HcyBx
Try resizing the Window to see what happens. In Chrome9 the outerWidth(true) value changes, while it should not. Also note that the outerWidth(true) of the red DIV is not correct.