Opened 13 years ago
Closed 13 years ago
#5305 closed defect (duplicate)
Dojo1.0 Grid widget BiDi support issues
Reported by: | guest | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | General | Version: | 1.0 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
when I add dir="rlt" to html, using IE, the view of grid cannot be shown, and when using firefox, the model data of grid cannot be shown until be clicked.
Change History (3)
comment:1 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:3 Changed 13 years ago by
Milestone: | 1.0.2 → 1.1 |
---|---|
Resolution: | → duplicate |
Status: | reopened → closed |
perhaps better marked as a dup of #4375
Note: See
TracTickets for help on using
tickets.
please make sure you're using dir="rtl" and try with the latest on trunk. Dojo Grid did not support bidi in the 1.0.x release.
It should generally be working in trunk, though there are some known issues (see /reports/38) and please file any other problems you find here in trac.
http://archive.dojotoolkit.org/dojo-2007-12-04/dojotoolkit/dojox/grid/tests/test_edit_dijit.html?dir=rtl
note that the edit_dijit test case lets you append dir=rtl without the quotes to test rtl. The other tests do not have this built-in yet -- you will have to modify the HTML directly.