#9169 closed defect (fixed)
column reorder problems in RTL
Reported by: | carlos26_h | Owned by: | evan |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | DojoX Grid | Version: | |
Keywords: | bidi | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
Details from Kristina Miceli and Keiichi Yamamoto (IBM):
- Start dragging the Name column header to the left.
[image]
- When the mouse moves into the Type column, the insert target caret appears on the left of the Description column, not on the left of the Type column. This is unexpected.
[image]
- As the mouse cursor move a little further to the left closer to the left border of Type column, the insert target caret appears on the left of the Type column. This is expected.
[image]
- Moving further to the left on to the Description header, the insert target caret moves to the left of the Value column. This is unexpected.
[image]
- Dropping the name column on this position. Since the caret is at the end of left most column, you would expect the Name column to be placed on the left of Value column. But the Name column is actually placed between Description and Value. This is unexpected.
[image]
Attachments (1)
Change History (9)
Changed 12 years ago by
comment:1 Changed 12 years ago by
comment:2 Changed 11 years ago by
Milestone: | tbd → 1.5 |
---|
comment:3 Changed 11 years ago by
Milestone: | 1.5 → future |
---|
comment:4 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from Bryan Forbes to Evan |
I'm removing pieces of this report which are no longer reproducible. If you can reproduce these problems, please open a new ticket with the description.
Works for me: "Grid with row-selecting-bar(rowSelector) cannot work well on RTL. That means, you can not see the row-selecting-bar when dir=rtl"
I think this was fixed elsewhere: "The header and the column do not have the same width on RTL."
comment:5 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Summary: | dojox.grid works bad when dir=RTL → column reorder problems in RTL |
moved resize column and cursor issue to separate ticket: #11253
comment:6 Changed 11 years ago by
Milestone: | future → 1.5 |
---|
comment:7 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:8 Changed 10 years ago by
Owner: | changed from Evan to evan |
---|
Note: See
TracTickets for help on using
tickets.
at least partially duped of #5978 and #9325. There are many problems so it's hard to keep track. We might need to split these out as separate tickets. You can try the patch at #5978 for a partial solution. Please note whether these problems are specific to FF/IE. Thanks.