Ticket #4435 (closed bug: wontfix)

Opened 4 years ago

Last modified 7 months ago

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:
Blocking: Blocked by:

Description

sortable relative positioned elements does not return to the targeted position after dropping. run the attached file in opera

Attachments

test.html Download (674 bytes) - added by walidaly 4 years ago.

Change History

Changed 4 years ago by walidaly

comment:1 Changed 4 years ago by joern.zaefferer

  • Milestone changed from TBD to 1.7.2

comment:2 Changed 4 years ago by joern.zaefferer

  • Milestone changed from 1.7.2 to 1.8

comment:3 Changed 4 years ago by azaozz

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'});
}

comment:4 Changed 3 years ago by rdworth

  • Owner set to rdworth
  • Status changed from new to assigned

comment:5 follow-up: ↓ 6 Changed 3 years ago by DaveStein

Just wanted to comment that this bug still exists in Opera 10+ in UI 1.8. The workaround still works too.

comment:6 in reply to: ↑ 5 Changed 3 years ago by DaveStein

Sorry, up to Opera 10.5. 10.6 appears to be good.

Replying to DaveStein:

Just wanted to comment that this bug still exists in Opera 10+ in UI 1.8. The workaround still works too.

comment:7 Changed 3 years ago by scott.gonzalez

  • Summary changed from sortable 'ul' with relative 'li' position in Opera 9.64 to sortable 'ul' with relative 'li' position in Opera < 10.60

comment:8 Changed 3 years ago by scott.gonzalez

  • Priority changed from critical to major

comment:9 Changed 8 months ago by scott.gonzalez

  • Milestone changed from 1.9.0 to 2.0.0

comment:10 Changed 7 months ago by mikesherov

  • Status changed from assigned to closed
  • Resolution set to wontfix

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

Note: See TracTickets for help on using tickets.