Opened 14 years ago
Closed 14 years ago
#4481 closed bug (duplicate)
curCSS method doesn't return correct values in IE for font-size, line-height, margin and padding
Reported by: | DmitryBaranovskiy | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.4 |
Component: | unfiled | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
curCSS method fails with exception if you are trying to get "padding" on element with padding like "2em 1em" in IE Another problem with getting font-size of elements with font-size set in "em" or "%" in IE Another problem with line-height when it is float (line-height: 1.5)
Patch is attached
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | jquery.patch added |
---|
comment:2 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Patch for curCSS method