Changeset 3792
- Timestamp:
- 02/08/10 20:09:26 (5 weeks ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 modified
-
tests/visual/datepicker/datepicker_ticket_4443.html (added)
-
ui/jquery.ui.datepicker.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ui/jquery.ui.datepicker.js
r3787 r3792 726 726 Math.abs(offset.left + dpWidth - viewWidth) : 0); 727 727 offset.top -= Math.min(offset.top, (offset.top + dpHeight > viewHeight && viewHeight > dpHeight) ? 728 Math.abs( offset.top + dpHeight + inputHeight * 2 - viewHeight) : 0);728 Math.abs(dpHeight + inputHeight) : 0); 729 729 730 730 return offset;