Custom Query (7259 matches)
Results (109 - 111 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#15105 | notabug | ui-selectmenu css class has hardcoded width | ||
Description |
Hi all, its width is 14em by default. Is there any special reason? kind regards Patrick |
|||
#15102 | fixed | ui.DatePicker Prev Button not working with showing multiple month and showCurrentAtPos not equal to zero | ||
Description |
When showing more than 1 month at a time and setting showCurrentAtPos/showCurrentMonthAtPos to be anything but 0, the prev button does not operate (does nothing). Next button will properly advance, but previous has no affect. In the same case (showing multiple months) with showCurrentAtPos and showCurrentMonthAtPos set to zero the previous button works properly as expected. <script> $( "#datepicker" ).datepicker({ numberOfMonths: 3, showButtonPanel: true, showCurrentAtPos: 1, showCurrentMonthAtPos: 1 }); </script> <div id="datepicker"></div> |
|||
#15099 | fixed | Tooltip: Interval is never cleared if a delayed tooltip is removed before it's shown | ||
Description |
See https://github.com/jquery/jquery-ui/pull/1768 which includes a reduced test case. No error is throw, but the interval will never be cleared, which is bad for performance. |
Note: See TracQuery
for help on using queries.