Sortables: Safari Issue
Sortables: Safari Issue
When setting up a sortable, I was having a problem in Safari.
My UL that is sortable was inside an OL that was not, so in order to
keep things running smoothly and give a clear indicator where dropping
must occur, I contained the sortable to inside the OL and because of
the orientation, set the axis to Y, giving a nice sliding scale on
which to drop selections.
In Safari this led to no more reordering of the list, and no errors
whatsoever.
I eventually figured out that it was the containment that was causing
the problem so I removed the containment value, and it suddenly
worked; issue resolved.
Long story short: don't use Axis and Containment at the same time if
you have a nested List structure that you're sorting and you want it
to work in Safari.