#1632 closed bug (wontfix)
dragging table rows doesn't quite work
Reported by: | crayz | Owned by: | paul |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.core | Version: | 1.2 |
Keywords: | draggable | Cc: | |
Blocked by: | Blocking: |
Description
Testing out the draggable/droppable, it doesn't seem to work correctly dragging table rows. The dragging animation itself seems to work fine, but it appears to not correctly track the position of the dragged row vs. the position of the droppable
I have some example code here: http://pastie.caboo.se/97817
In my browser(FF 2.0.0.5 on Linux), the draggable div can be dragged as expected into either the top or bottom droppable div. However the draggable table row can't be dragged into the top droppable at all - it can be dragged into the bottom droppable, but the place where it activates is incorrect(I've noted the place where it activates in my browser with the text "tr drop")
Interestingly enough I get the same results in Opera 9.21
Change History (3)
comment:1 Changed 16 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 Changed 15 years ago by
what about this? http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/
Hi, all mouse interaction and effects don't work reliable with table elements. This is something that cannot easily fixed, since tables have a own display model that differs from the normal box-level model.
So try not make tables draggable (I tried it before, it's no fun) and instead go for div's. Thanks.