Side navigation
#7732 closed bug (duplicate)
Opened December 09, 2010 02:49AM UTC
Closed December 09, 2010 12:31PM UTC
Last modified December 09, 2010 12:31PM UTC
outerWidth bug when elem is hidden
Reported by: | amoschen | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.6 |
Component: | dimensions | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
the outerWidth function doesn't take padding,margin and border into consideration when the element is hidden. In other words, when an element is hidden(display:none), the output of outerWidth() is equal to width().