Search and Top Navigation
#4848 closed bug (duplicate)
Opened September 10, 2009 11:44PM UTC
Closed October 17, 2012 04:17AM UTC
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
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.
Attachments (0)
Change History (3)
Changed November 16, 2009 03:56PM UTC by comment:1
description: | \ == '''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. → == '''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. |
---|---|
milestone: | TBD → 1.8 |
Changed October 11, 2012 02:43PM UTC by comment:2
milestone: | 1.9.0 → 1.11.0 |
---|