#17754 closed defect (fixed)
Pajer.js - horizontal passing incorret in RTL languages
Reported by: | william_izard | Owned by: | cjolif |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9.4 |
Component: | DojoX Widgets | Version: | 1.9.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If you use the \dojox\widget\Pager.js to create a carousel, the pager horizontal status is aligned to the right rather than in the center in RTL languages. Line at fault appears to be Pager.js line v347 in 1.9.3. IN LTR languages, it's in the center, which is correct.
The div that's incorrect has class "horizontalPagerStatus". The element style is set as "padding-right: 555.5px;" in both RTL and LTR languages. In RTL, it should be "padding-left: 555.5px;"
Attachments (2)
Change History (6)
Changed 7 years ago by
Attachment: | ltr-correct.png added |
---|
comment:1 Changed 7 years ago by
Owner: | set to cjolif |
---|---|
Status: | new → assigned |
comment:2 Changed 7 years ago by
Milestone: | tbd → 1.9.4 |
---|
comment:3 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
left to right language - correct