Opened 14 years ago

Closed 14 years ago

Last modified 10 years ago

#4255 closed bug (wontfix)

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: [email protected]
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 14 years ago.
This is the code i am trying to execute on different browsers

Download all attachments as: .zip

Change History (5)

Changed 14 years ago by patkaromkar

Attachment: test1.html added

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

comment:1 Changed 14 years ago by raziel057

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/)

comment:2 in reply to:  1 Changed 14 years ago by raziel057

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/)

comment:3 Changed 14 years ago by paul

Resolution: wontfix
Status: newclosed

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

comment:4 Changed 10 years ago by Scott González

Milestone: TBD

Milestone TBD deleted

Note: See TracTickets for help on using tickets.