Search and Top Navigation
#5380 closed bug (fixed)
Opened March 19, 2010 01:04PM UTC
Closed April 15, 2012 06:38PM UTC
Last modified April 15, 2012 06:43PM UTC
Position Demo breaks when dragging an element
Reported by: | kswedberg | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.19 |
Component: | ui.position | Version: | 1.8 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
http://ui-dev.jquery.com/demos/position/
Using FF3.6 Mac.
To reproduce, drag the "to position" element. The "to position 2" element jumps to the far bottom-right corner (with scrollbars).
Possible cause: The offset is being calculated and set based on the assumption that the demo is in an iframe. However, it looks like with the new layout, the demo is just in a div.
Attachments (0)
Change History (5)
Changed February 24, 2012 12:24PM UTC by comment:1
component: | [meta] ui.demos → ui.position |
---|---|
status: | new → open |
Changed February 24, 2012 12:35PM UTC by comment:2
milestone: | TBD → 1.9 |
---|
Changed April 15, 2012 06:38PM UTC by comment:3
resolution: | → fixed |
---|---|
status: | open → closed |
Position: Simplify default demo by removing drag functionality on positioned elements. Fixes #5380 - Position Demo breaks when dragging an element.
Changeset: 6da7278e879c0dc734c23231a71fdd92f7a57a0c
Changed April 15, 2012 06:43PM UTC by comment:4
Position: Simplify default demo by removing drag functionality on positioned elements. Fixes #5380 - Position Demo breaks when dragging an element.
(cherry picked from commit 6da7278e879c0dc734c23231a71fdd92f7a57a0c)
Conflicts:
demos/position/default.html
Changeset: f01db5d8a1321d9f5d8f270aa79ef49574dffaed
Changed April 15, 2012 06:43PM UTC by comment:5
milestone: | 1.9 → 1.8.19 |
---|
Still an issue.