Opened 15 years ago
Closed 15 years ago
#3027 closed bug (worksforme)
draggable drop down lists in IE
Reported by: | Owned by: | paul | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.core | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have the following:
jQuery(".draggableCategory").draggable({helper: 'clone', appendTo: jQuery('body')});
select option class="draggableCategory" id="blah"> moveme /option /select
which allows me to drag the 'moveme' text from the drop down list in Firefox, but not IE (7). I have tried several options to get it to work. Is this something which should be fixed?
ui version: personalised 1.5 (core/draggable/droppable) jquery: 1.2.6
Note: See
TracTickets for help on using
tickets.
Well, I have no idea why someone would want to drag select boxes, but it definitely works, if you set the option "cancel" to null.