Custom Query (7259 matches)
Results (88 - 90 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#5399 | duplicate | .draggable.resizable busts container | ||
Description |
I append a .draggable.resizable to (an unsized) .tabs panel. I can move this widget about the panel (and the panel extends as required) but as soon as I resize it, the panel collapses and the widget floats outside (and over) the panel. I looked at 1.7.2 (line 223) and 1.8 (line 244) and there's some bug fix for http://dev.jquery.com/ticket/1749 which transforms the CSS positioning (from relative to absolute) in the presence of .draggable like so: if (el.is('.ui-draggable') | | (/absolute/).test(el.css('position'))) {
} If I remove the first condition, like so: if ((/absolute/).test(el.css('position'))) {
} then the problem goes away. My .draggable.resizable widget remains relatively positioned even after the resize action and stays within the .tabs panel. |
|||
#8350 | notabug | .fadeIn not applied to elements with style of position:absolute | ||
Description |
Works fine:
transition not applied:
Using IE 9 Thanks! |
|||
#8687 | fixed | .jshintrc files not copied to dist | ||
Description |
When building using |