#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)
Change History (5)
Changed 14 years ago by
Attachment: | test1.html added |
---|
comment:1 follow-up: 2 Changed 14 years ago by
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 Changed 14 years ago by
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
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Dragging table elements is not currently supported by jQuery UI. See #2405 for more details.
This is the code i am trying to execute on different browsers