#6550 closed bug (worksforme)
Reading the CSS left value fails in Opera
Reported by: | landzup | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | |
Component: | css | Version: | 1.4.2 |
Keywords: | css, relative, left, opera | Cc: | miketaylr |
Blocked by: | Blocking: |
Description
When an HTML element is positioned relatively but its left property is not set, on Opera the .css() method returns 8px instead of 0px.
Demo page: http://www.netpark.it/test/css-left-property-bug.html
Change History (4)
comment:1 Changed 12 years ago by
Cc: | miketaylr added |
---|---|
Priority: | → undecided |
Status: | new → open |
comment:3 Changed 12 years ago by
So I think that there is a pull request open for this issue, but it is a little confusing.
comment:4 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | open → closed |
Works in Opera 11; returns “auto”, which is a perfectly cromulent value, yes?!
Note: See
TracTickets for help on using
tickets.
Fiddle shows 10px and not 8px, but the bug is still there in Opera.
http://jsfiddle.net/dmethvin/pfxYt/