Custom Query (7259 matches)
Results (61 - 63 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#15172 | notabug | Support a custom resource base path in ThemeRoller | ||
Description |
My application has special needs. All path in the CSS must look like /resources/jQueryUI/ui-bg_glass_100_f6f6f6_1x400.png. It would be awesome if ThemeRoller supported that so that there is no need for a manual fixup after download. |
|||
#15171 | notabug | ThemeRoller seems to have issues with multiple open tabs | ||
Description |
ThemeRoller behaves really weirdly in the presence of multiple open tabs.
Very hard and inconsistent to repro. I hope I got the steps right. Related bug:
|
|||
#15170 | fixed | Helper/Item Intersection checking should not occur if the helper is not inside of a container | ||
Description |
It appears that the code that kicks off helper and item intersection checking engages even when the helper is outside of a container. Performance would be improved if the container intersection check is performed first in the _mouseDrag function and the currentContainer variable (potentially innermostContainer as well) is immediately set to null if no intersection is found. Scrolling and rearrangement of the placeholder via item loop can then be bypassed accordingly. |