NodeList - method to get offset from positioned parent
Reported by Stephen Elson | July 17th, 2009 @ 01:39 PM | in 1.6
Currently things like nodelist.css("left")
are
computed using offsets, they shouldn't be.
We need methods to get offsets to the positioned parent / document, so we can make element position:absolute and keep them in the same position.
There's a lot of room for optimisation here as it's used extensively by drag & drop and other widgets.
Comments and changes to this ticket
-
Stephen Elson July 17th, 2009 @ 01:40 PM
- Tag set to enhancement
-
Stephen Elson July 17th, 2009 @ 01:47 PM
- Milestone changed from 1.6 to 1.7
-
Stephen Elson July 18th, 2009 @ 09:48 AM
- Tag changed from enhancement to dom, enhancement
-
Stephen Elson July 21st, 2009 @ 09:40 AM
- Milestone changed from 1.7 to 1.6
Fixing this may fix #9 as well
-
Jake Archibald July 22nd, 2009 @ 01:17 PM
- Assigned user set to Jake Archibald
- State changed from new to verified
-
Stephen Elson July 24th, 2009 @ 01:34 PM
- State changed from verified to open
-
Jake Archibald July 28th, 2009 @ 11:54 AM
- State changed from open to review
-
Jake Archibald July 31st, 2009 @ 11:10 AM
- State changed from review to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A JavaScript Library
People watching this ticket
Tags
Referenced by
- 71 Sortable: fails in IE if no parent element has position other than static The issue has been solved in dragDrop. We could probably ...
- 9 Collapsed margins mess up a contained dragdrop object Related to #20