Side navigation
#6684 closed bug (fixed)
Opened June 17, 2010 02:25PM UTC
Closed September 22, 2010 05:02PM UTC
css("top") (and similar getters) returns different values in different browsers
Reported by: | szajmon | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | css | Version: | 1.4.2 |
Keywords: | css, position, browser | Cc: | |
Blocked by: | Blocking: |
Description
if I do not specify certain elements' position values (top, left, etc.) in the CSS, then, when getting for example $(this).css("top"), different browsers give different values: in firefox (3.6.3) it returns a value, like 110px, while in ie8 and chrome it returns 'auto'.
see attached file in the mentioned browsers for a demo.
this difference can cause serious problems when using this value later.
Attachments (1)
Change History (1)
Changed September 22, 2010 05:02PM UTC by comment:1
milestone: | 1.4.1 → 1.4.3 |
---|---|
resolution: | → fixed |
status: | new → closed |
version: | 1.4.1 → 1.4.2 |
This was resolved in the CSS rewrite that landed recently.