Opened 9 years ago
Closed 9 years ago
#14640 closed bug (duplicate)
position returns incorrect value for translated elements
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When attempting to get the position for an element, jQuery doesn't take translations for this element into account. This results in incorrect values.
This effect is demonstrated in this jsFiddle:
http://jsfiddle.net/leongersen/kxnM6/2/
This occurs in at least:
- Chrome 31.0.1650.63 m
- Firefox 21.0
- Firefox 26.0
These browser versions return inconsistent (both in relation to the untranslated element as to other browsers) values for the translated element.
Note: See
TracTickets for help on using
tickets.
Duplicate of #8362.