Custom Query (7259 matches)
Results (19 - 21 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1684 | fixed | Dialog Method - dialogInit() | ||
Description |
It would be great to have an option to create/init a dialog without opening it. Right now dialog() inits and opens the dialog. Please add a dialogInit() that would set-up but not open the dialog. Thank you. |
|||
#1686 | fixed | UI noConflict compatibility | ||
Description |
$ grep "})($);" *.js ui.draggable.js:})($); ui.droppable.js:})($); ui.magnifier.js:})($); ui.mouse.js: })($); ui.resizable.js:})($); ui.shadow.js:})($); ui.slider.js:})($); ui.sortable.js: })($); Shouldnt all plugins end with })(jQuery); so we can use them with noConflict? |
|||
#1699 | fixed | UI/Droppables javascript errors | ||
Description |
There's an error in UI/Droppables. I'm using Firefox 2.0.0.7 on Windows XP Home SP2. When I try to drag draggable element I get an error: oDrag.helperSize has no properties in ui.droppable.js (line 169) The same error occurs on IE7. |