#8472 closed defect (fixed)
Wrong align for grid cells in RTL
Reported by: | mksof | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DojoX Grid | Version: | 1.2.3 |
Keywords: | bidi | Cc: | |
Blocked By: | Blocking: |
Description
The cells in a grid are aligned to left in RTL, should be aligned to the right.
Attachments (1)
Change History (6)
Changed 12 years ago by
Attachment: | dijit_grid_cells_rtl.diff added |
---|
comment:1 Changed 12 years ago by
Component: | Dijit → DojoX Grid |
---|---|
Milestone: | tbd → 1.3 |
Owner: | set to Adam Peller |
comment:2 Changed 12 years ago by
Keywords: | bidi added |
---|
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 9 years ago by
fix was in [25985]. Should be applied to chrome and safari as well?
Note: See
TracTickets for help on using
tickets.
(In [16461]) Use text-align:right default for rtl. Thanks mksof. Fixes #8472