Custom Query (7259 matches)
Results (46 - 48 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#15189 | patcheswelcome | Problem with big numbers | ||
Description |
I'm experiencing an odd issue when the elements are facing big numbers. You can find the related thread here: https://stackoverflow.com/questions/44023238/resizable-method-in-jquery-has-a-strange-behavior-with-big-numbers |
|||
#15187 | notabug | Triggering an event manually is not possible with selectmenu | ||
Description |
See the example below. https://jsfiddle.net/abxr87rk/5/ If an onchange event is created in selectmenu with the "constructor" method, trigerring an event manually will never be caught by this event. If the event is created the 'on' method, this event will be caught. Is this behavious intended ? It seems tricky and buggy to me. |
|||
#15186 | notabug | Tooltip removes my <input name="title"> | ||
Description |
JQuery UI Tooltip triggers on my <form> element. It does not even have a title attribute though, but it does have a name=title input, also accessible via element.title. So as Tooltip does its magic, at some point it empties/removes element.title, which removes my <input> element, never to be returned... I actually migrated my whole application from a jQuery with .live and jQuery UI 1.10.4, to the most recent versions, to try and get rid of the problem (of course it was worth it anyway), but the issue is still there. |