Custom Query (7259 matches)
Results (34 - 36 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1758 | fixed | Wehn using draggable inside of draggable, inner draggable breaks. | ||
Description |
Basically it appears that the positioning gets shot, and doesn't reapply after parent has been dragged. |
|||
#1759 | fixed | tabsClick method fails with event option set to mouseover | ||
Description |
tabsClick method fails silently when onmouse over tabs (setting event:'mouseover') are used. Shouldn't we be able to trigger a tab regardless of how the used invokes the tab focus? |
|||
#1762 | fixed | syntax error for IE6 in ui.slider.js | ||
Description |
A veru blocking problem in ui.slider.js On line 31 ... change: function(e, ui) { cur[0].value = ui.value; cur[0].setAttribute("value", ui.value); }, ... the comma at the end of the line causes a syntax error in IE6 sp2 / WinXP. This blocks the script execution. Removing this last comma solves the problem. Cheers, Matt |
Note: See TracQuery
for help on using queries.