Ok,
I've tracked down some information. When Jcrop is up and I am looking at
the result in firebug, this is the selection:
<div style="position: absolute; z-index: 300; width: 156px; height:
125px; top: 10px; left: 10px;">
<div style="overflow: hidden; width: 100%; height: 100%; z-index:
310; position: absolute;"></div>
<div style="width: 100%; height: 100%; z-index: 320; display:
block;"></div>
</div>
The selection will not drag, and the cursor does not change when hovering.
However, if I change the z-index on the first child (310) to something
_higher_ than the second child (above 320), I can then drag it around,
but it does block the inner-corners of the handles, and it's a little
more difficult to get to the drag bars. But it is definitely a z-index
issue of some kind.
Now why this is happening in a jQUI dialog, and not usually, I have no
idea without further debugging.
Btw Kelly. Very clean code. Impressive.
Any help here will be greatly appreciated.
Thanks,
Spot