#3836 closed enhancement (invalid)
ui.draggable('disable') ... Remove "stack" z-index ?
Reported by: | trave | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | 1.3 |
Component: | plugin | Version: | 1.2.6 |
Keywords: | draggable disable stack z-index | Cc: | trave801@… |
Blocked by: | Blocking: |
Description
EXAMPLE URL:
http://trave.onai.net/systems/trave/solitaire.html (.html file attached)
Each card is assigned:
.draggable({stack:{group:'#pnlSolitaire B I', min:1}})
All cards are then:
.draggable('disable');
Certain cards are later allowed by:
.draggable('enable');
PROBLEM:
Once a card has been dragged, its Z-Index is in higher order than the rest of the pile it was part of.
ENHANCEMENT:
Would it be possible that the original Z-Index of the element be returned to its native state upon "return:true", and/or .draggable('disable'); ?
Attachments (1)
Change History (2)
Changed 15 years ago by
Attachment: | solitaire.html added |
---|
comment:1 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
This should be filed in the jQuery UI bug tracker: http://ui.jquery.com/bugs
Note: See
TracTickets for help on using
tickets.
HTML CSS and JS for the beginnings of a Solitaire game