#8552 closed bug (duplicate)
width() en height() functions return element's percentage value minus %-sign when parent's display is 'none'
Reported by: | lmeurs | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | dimensions | Version: | 1.5.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
On FireFox 3.6 and Chrome 10.0 the width()/height() functions return element's percentage value with the %-sign stripped off, when parent's display is 'none'.
Internet Explorer 8 returns null, Opera 10.6 returns the width of the parent's parent.
Change History (2)
comment:1 Changed 12 years ago by
Component: | unfiled → dimensions |
---|---|
Priority: | undecided → low |
Resolution: | → duplicate |
Status: | new → closed |
comment:2 Changed 12 years ago by
Note: See
TracTickets for help on using
tickets.
Duplicate of #7928.