Skip to main content

Search and Top Navigation

#4255 closed bug (wontfix)

Opened March 01, 2009 04:56PM UTC

Closed March 16, 2009 08:50AM UTC

Last modified October 11, 2012 09:15PM UTC

Drag - Drop not working properly in Firefox and Google Chrome

Reported by: patkaromkar Owned by:
Priority: critical Milestone:
Component: ui.draggable Version: 1.5.2
Keywords: Cc: patkaromkar@gmail.com
Blocked by: Blocking:
Description

Hi all,

I am using following version of the jquery and and jquery ui library:-

jquery : - 1.3.2

jquery ui : - 1.5.3

I am using following browsers: -

Internet Explorer :- 7.0.6001.18000

Firefox : - 3.0.6

Google Chrome : - 1.0.154.48

I have written code to drap a row of a table and drop it into table's cell. I have following problem with drag:-

Drag


The table row is not being dragged in Firefox and Google chrome. However, it does get dragged in Internet Explorer 7. But even in IE, there is one small problem, lets say i drag and place the dragged item at some specific position, if after sometime later, i try to dragged that moved item, by clicking it inorder to drag, then the item slightly displaces its position upwards

Drop


I have kept an alert in the callback drop function of droppable, however, it is not getting executed.

Please let me know the solution

Thanks and Regards

Omkar Patkar

Attachments (1)
  • test1.html (2.5 KB) - added by patkaromkar March 01, 2009 04:58PM UTC.

    This is the code i am trying to execute on different browsers

Change History (4)

Changed March 07, 2009 09:39AM UTC by raziel057 comment:1

If you use jquery ui 1.5.3, you must use jquery 1.2.6.

If you use jquery ui 1.7, you must use jquery 1.7.

(see http://blog.jquery.com/2009/02/12/jquery-ui-17-is-the-new-16/)

Changed March 07, 2009 09:41AM UTC by raziel057 comment:2

Sorry I made a mistake:

If you use jquery ui 1.5.3, you must use jquery 1.2.6.

If you use jquery ui 1.7, you must use jquery 1.3.x.

(see http://blog.jquery.com/2009/02/12/jquery-ui-17-is-the-new-16/)

Changed March 16, 2009 08:50AM UTC by paul comment:3

resolution: → wontfix
status: newclosed

Dragging table elements is not currently supported by jQuery UI. See #2405 for more details.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:4

milestone: TBD

Milestone TBD deleted