Ticket #4848 (closed bug: duplicate)

Opened 4 years ago

Last modified 7 months ago

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

comment:1 Changed 4 years ago by joern.zaefferer

  • Description modified (diff)
  • Milestone changed from TBD to 1.8

comment:2 Changed 7 months ago by scott.gonzalez

  • Milestone changed from 1.9.0 to 1.11.0

comment:3 Changed 7 months ago by mikesherov

  • Status changed from new to closed
  • Resolution set to duplicate

Duplicate of #4691.

Note: See TracTickets for help on using tickets.