Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #4616 (new defect)

Opened 2 years ago

Last modified 2 years ago

Draggable with ghosting messing up position absolute/relative

Reported by: bart202122@yahoo.co.uk Assigned to: thomas@fesch.at
Priority: low Milestone:
Component: script.aculo.us Version:
Severity: minor Keywords:
Cc:

Description

dragging with ghosting on is changing dragged element position to relative

startDrag does

Position.absolutize(this.element);

finishDrag does

Position.relativize(this.element); <- no matter if element was relative before absolutize or not

Change History

04/06/06 10:35:07 changed by madrobby

  • priority changed from high to low.
  • severity changed from normal to minor.
  • summary changed from [PATCH] draggable with ghosting messing up position absolute/relative to Draggable with ghosting messing up position absolute/relative.