Search and Top Navigation
#3027 closed bug (worksforme)
Opened June 25, 2008 11:17PM UTC
Closed June 30, 2008 08:22PM UTC
draggable drop down lists in IE
Reported by: | adam_jh@hotmail.com | 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
Attachments (0)
Change History (1)
Changed June 30, 2008 08:22PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
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.