#8567 closed bug (wontfix)
position() rounds off the values under WebKit
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | css | Version: | 1.5.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have an element with absolute positioning. The Chrome element inspector is showing that its X-axis position is 10.1px, like it's supposed to be, but the value that I get from position() is always rounded to the nearest integer. Affected browsers:
Chrome 10.0.648.151 Safari 5.0.4
The same code on Firefox 3.6.15 returns floating-point numbers. This might be a WebKit bug.
Change History (3)
comment:1 Changed 12 years ago by
comment:2 follow-up: 3 Changed 12 years ago by
Component: | unfiled → css |
---|---|
Priority: | undecided → low |
Resolution: | → wontfix |
Status: | new → closed |
This is expected behaviour - jQuery intentionally coerces css values into pixel integers
comment:3 Changed 12 years ago by
If it's expected, then it should be done consistently. Like I said: in Firefox I get a float, in WebKit I get an integer.
Note: See
TracTickets for help on using
tickets.
I forgot - here's a test case to demonstrate this behavior:
http://media.pocketgorilla.com/position.html
If anybody is reading this who has Opera or IE, would you mind posting the results?