Open
Description
The position documentation currently notes:
jQuery does not support getting the position coordinates of hidden elements or accounting for borders, margins, or padding set on the body element.
However, as reported in this 3 year old (!) ticket, there are also several issues in getting .position()
/.offset()
for elements with CSS transforms. Since it doesn't look like this issue in jQuery will be resolved any time soon, I'd say the documentation should alert users on the problems they may face when using these methods.