Custom Query (7259 matches)
Results (25 - 27 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#15224 | duplicate | The autocomplete control slows down | ||
Description |
Hello, I noticed a performance problem with the autocomplete control when working with multiple options. When a popup of many options is shown couple of times, the control gets really unresponsive. Here is a link to jsfiddle to demonstrate and explain the problem: https://jsfiddle.net/vm152La3/8/ Best regards
|
|||
#15223 | notabug | Calling button API with bootstrap uses bootstrap button API | ||
Description |
I am using a UI Spinner on my Admin UI, and I have recently updated jQuery UI from 1.11.4 to 1.12.1 and noticed this bug. In the _draw method, when setting the button bindings (lines 14393 - 14400) // Button bindings this.buttons = this.uiSpinner.children( "a" ) .attr( "tabIndex", -1 ) .attr( "aria-hidden", true ) .button( { classes: { "ui-button": "" } } ); , there is a call to the button api that, I am guessing will add the buttons inside the anchor tags, however when stepping through this code in Chrome's debugger, it does not step into the jQuery UI Button API, instead it steps into Bootstrap's button API and I end up with empty anchor tags and no visible spinner buttons which you can see in the image linked here: https://adobe.ly/2hhHVzi |
|||
#15222 | jQuery UI Draggable lost droped events | |||
Description |
When my draggable item is dropped it lost drop event. Start event is ok. |