Custom Query (7259 matches)
Results (73 - 75 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1909 | fixed | DatePicker Doesnt Use JQuery Alias | ||
Description |
DatePicker uses the alias '$' in within the control which doesn't respect the environment. For example, if the alias '$j' is used on the page for jQuery integration with other libraries datepicker breaks on certain events such as onmouseover which dynamically adds a class. To Test, simply use the noConflict call on jQUery and assign $j to that. Then try to use the date picker. |
|||
#1920 | fixed | SlowMode on draggables may be wrong when cursorAtIgnore is on | ||
Description |
If the drag handle of a draggable element is outside of the element's bounds (e.g. it is absolutely positioned to be above the element) and no cursorAt is set (so cursorAtIgnore is true), slowMode winds up getting set to false when it needs to be true. More info at: http://groups.google.com/group/jquery-ui/browse_thread/thread/237e365430157c46/37cc1875d496b8ac I have attached a patch in which I simply added a check for whether cursorAtIgnore is true, in which case slowMode must be true. -Rob |
|||
#1921 | fixed | [PATCH] function outerHeight(el) from ui.mouse.js calculates "width" | ||
Description |
File: ui.mouse.js Look at the second line of the code: WIDTH !!! should be HEIGHT. It makes Drag&Drop module not working (tolerance):
|