Side navigation
#4481 closed bug (duplicate)
Opened April 02, 2009 11:54PM UTC
Closed August 09, 2009 12:27AM UTC
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
Duplicate of #4295, see the discussion there.