Skip to main content

Bug Tracker

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().

Attachments (0)
Change History (2)

Changed December 09, 2010 12:31PM UTC by jitter comment:1

component: unfileddimensions
priority: undecidedlow
resolution: → duplicate
status: newclosed

Changed December 09, 2010 12:31PM UTC by jitter comment:2

Duplicate of #7618.