Ticket #4848 (closed bug: duplicate)
this bug come when set isRTL option to true
| Reported by: | Majid | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.11.0 |
| Component: | ui.datepicker | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description (last modified by joern.zaefferer) (diff)
1)
when input datepicker near the left our web page datepicker go out of our web page whit add this line (if(offset.left<0) offset.left = 0;) after line no. 630 (offset.left -= (this._get(inst, 'isRTL') ? (dpWidth - inputWidth) : 0); )
2)
when we set the isRTL to true, left and write icon have a little move to right that with add (style="direction:ltr") in line 1303 in <a> tag after class and add again that in line 1311 should be correct position for left and right icon.
Change History
Note: See
TracTickets for help on using
tickets.

