#3919 closed bug (wontfix)
resizable knobHandles not showing up in specific case
Reported by: | gabrielle27 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.core | Version: | 1.6rc5 |
Keywords: | knobHandles cursor move resizable | Cc: | |
Blocked by: | Blocking: |
Description
I am attaching some example code to illustrate what is going on. I have a draggable div using the cursor option set to move, and a droppable div. When I drop the draggable div on to the droppable div I execute some code in the "drop" callback function. This code creates a new resizable div with knobHandles and appends it to the droppable area. The newly created div is resizable, but the knobHandles do not show up. For some reason, the knobHandles do show up if I remove the "cursor:move" option.
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | resizable.html added |
---|
comment:1 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
The knobHandles were broken as feature and have been removed from the final version of 1.6. From that time on, you'll simply need to load a theme along.
demo page