Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.


Patch for curCSS method