#8207 closed bug (duplicate)
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
Change History (5)
comment:2 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:4 Changed 12 years ago by
Component: | unfiled → dimensions |
---|---|
Priority: | undecided → high |
Version: | 1.4.4 → 1.5 |
Note: See
TracTickets for help on using
tickets.
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.