Search and Top Navigation
#4435 closed bug (wontfix)
Opened April 05, 2009 06:44PM UTC
Closed October 19, 2012 05:42PM UTC
sortable 'ul' with relative 'li' position in Opera < 10.60
Reported by: | walidaly | Owned by: | rdworth |
---|---|---|---|
Priority: | major | Milestone: | 2.0.0 |
Component: | ui.sortable | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
sortable relative positioned elements does not return to the targeted position after dropping.
run the attached file in opera
Attachments (1)
Change History (10)
Changed May 07, 2009 10:57AM UTC by comment:1
milestone: | TBD → 1.7.2 |
---|
Changed May 07, 2009 01:22PM UTC by comment:2
milestone: | 1.7.2 → 1.8 |
---|
Changed May 09, 2009 09:26PM UTC by comment:3
Confirmed the same behavior in Opera 9.64 (current release) when using <div> too. An easy workaround is to add
stop: function(e,ui) { ui.item.css({'top':'0','left':'0'}); }
Changed February 24, 2010 05:33PM UTC by comment:4
owner: | → rdworth |
---|---|
status: | new → assigned |
Changed July 23, 2010 09:43PM UTC by comment:5
Just wanted to comment that this bug still exists in Opera 10+ in UI 1.8. The workaround still works too.
Changed July 23, 2010 09:45PM UTC by comment:6
Sorry, up to Opera 10.5. 10.6 appears to be good.
Replying to [comment:5 DaveStein]:
Just wanted to comment that this bug still exists in Opera 10+ in UI 1.8. The workaround still works too.
Changed July 23, 2010 10:04PM UTC by comment:7
summary: | sortable 'ul' with relative 'li' position in Opera 9.64 → sortable 'ul' with relative 'li' position in Opera < 10.60 |
---|
Changed October 19, 2010 03:54PM UTC by comment:8
priority: | critical → major |
---|
Changed October 11, 2012 02:54PM UTC by comment:9
milestone: | 1.9.0 → 2.0.0 |
---|
Changed October 19, 2012 05:42PM UTC by comment:10
resolution: | → wontfix |
---|---|
status: | assigned → closed |
Wow, so this bug aged out? Good to know!