Custom Query (7259 matches)
Results (88 - 90 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1973 | fixed | JQuery UI drag and drop issue in IE6. | ||
Description |
Created two droppable divs, absolute positioned (one on left and on on right of the page). Create two draggables. When dragging the draggable from right to left on the page, the helper appears to go behind the right div. |
|||
#1982 | fixed | Adding and removing tabs repeatedly results in inoperable tabs | ||
Description |
Test: $(function() { $('#container-9 ul').tabs({ disabled: [3], fxFade: true, fxFade: true, fxSpeed: 'fast', cache: true }); $('<p><a href="#">Remove 2nd tab (error: you cannot switch to tab 4)<\/a><\/p>').prependTo('#fragment-22').find('a').click(function() { $('#container-9 ul').tabsRemove(2); return false; }); $('<p><a href="#">Add new tab<\/a><\/p>').prependTo('#fragment-22').find('a').click(function() { $('#container-9 ul').tabsAdd('test3.html','tab 4'); return false; }); $('<p><a href="#">Remove 2nd tab<\/a><\/p>').prependTo('#fragment-22').find('a').click(function() { $('#container-9 ul').tabsRemove(2); return false; }); $('<p><a href="#">Add 2 tabs<\/a><\/p>').prependTo('#fragment-22').find('a').click(function() { $('#container-9 ul').tabsAdd('test1.html','tab 2'); $('#container-9 ul').tabsAdd('test2.html','tab 3'); return false; }); }); |
|||
#1984 | fixed | UI/Selectables almost unusable | ||
Description |
Tried to use UI/Selectables for my project and identified some mjaor shortcomings:
All of this can be reproduced with the orginal demo: http://dev.jquery.com/view/trunk/ui/current/demos/ui.selectable.html |
Note: See TracQuery
for help on using queries.