Opened 14 years ago
Closed 11 years ago
#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: | ||
Blocked by: | Blocking: |
Description (last modified by )
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 (3)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Milestone: | TBD → 1.8 |
comment:2 Changed 11 years ago by
Milestone: | 1.9.0 → 1.11.0 |
---|
comment:3 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Duplicate of #4691.