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

Ticket #5059 (closed defect: invalid)

Opened 2 years ago

Last modified 2 years ago

Droppable not follows scrolling by parent DIV

Reported by: mio@tk.airnet.ne.jp Assigned to: thomas@fesch.at
Priority: normal Milestone:
Component: script.aculo.us Version:
Severity: normal Keywords:
Cc:

Description

Droppable in <div> with scrolling not work correctly. I'm trying below patch.

dragdrop.js 71: Position.within(drop.element, point[0], point[1]) );

to: Position.withinIncludingScrolloffsets(drop.element, point[0], point[1]) );

thanks.

Change History

08/18/06 13:50:00 changed by madrobby

  • status changed from new to closed.
  • resolution set to invalid.

Please see #5174 for a resolution.