#10894 closed bug (duplicate)
CSS percents are sometimes parsed as pixels for element dimensions
Reported by: | arty.name | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In some cases .width() and .height() return incorrect values for element. These values are percent values which are parsed to numbers as pixel values. The example is simple:
jQuery('<div/>').css({height: '100%'}).height() 100
Change History (3)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Oops, missed code formatting, it should be like that: