Custom Query (7259 matches)
Results (64 - 66 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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. |
|||
#14929 | duplicate | Iframe block JQuery resizable | ||
Description |
Hi, I have configurable components inside one of my "card" which is resizable. If my content is an iframe. The resize is block if you try to resize diagonally. More information about my problem here: https://github.com/troolee/gridstack.js/issues/379 And a jsfiddle with the problem of resize (try to resize the biggest "card" diagonally): https://jsfiddle.net/Julienng/bacgnfut/ A jsfiddle to describe the bug with JQuery only: https://jsfiddle.net/j2kjqst0/ The problem is also present on v3.0.0-beta1 in the last example |
|||
#5201 | notabug | Hover + backgroundColor animation fails to update viewport in IE8 | ||
Description |
I am using .hover(function() { $(this).find("a") .stop().animate({'backgroundColor' : '#DCDDDF'}, 100); }, function() { $(this).find("a") .stop().animate({'backgroundColor' : '#F2F2F3'}, 250); }) Unfortunately, in IE8—and only IE8—the effect does not work. The value of background-color is being changed in the DOM, but the viewport isn't being updated; as soon as any other animation effect kicks in, the viewport updates.
I think the bug is in the UI effects core because changing
I've found a workaround that might shine some light on an eventual fix: chaining IE8 affected. IE7 mode, IE7, IE6, Safari, Firefox, Chrome all immune. |