Skip to main content

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)
  • test.html (0.7 KB) - added by walidaly April 05, 2009 06:44PM UTC.
Change History (10)

Changed May 07, 2009 10:57AM UTC by jzaefferer comment:1

milestone: TBD1.7.2

Changed May 07, 2009 01:22PM UTC by jzaefferer comment:2

milestone: 1.7.21.8

Changed May 09, 2009 09:26PM UTC by azaozz 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 rdworth comment:4

owner: → rdworth
status: newassigned

Changed July 23, 2010 09:43PM UTC by DaveStein 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 DaveStein 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 scottgonzalez comment:7

summary: sortable 'ul' with relative 'li' position in Opera 9.64sortable 'ul' with relative 'li' position in Opera < 10.60

Changed October 19, 2010 03:54PM UTC by scottgonzalez comment:8

priority: criticalmajor

Changed October 11, 2012 02:54PM UTC by scottgonzalez comment:9

milestone: 1.9.02.0.0

Changed October 19, 2012 05:42PM UTC by mikesherov comment:10

resolution: → wontfix
status: assignedclosed

Wow, so this bug aged out? Good to know!