Needs work
Project:
Token
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 Nov 2011 at 09:37 UTC
Updated:
5 Jul 2015 at 20:47 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
royep commentedUpdate,
Figured out the solution.
Added "direction: ltr;" in the directive .token-tree inside token.css .
before :
.token-tree {
font-size: 0.85em;
margin-left: 19px;
}
after:
.token-tree {
font-size: 0.85em;
margin-left: 19px;
direction: ltr;
}
I'm not sure if this is the best solution, but it works for me.
Comment #2
ntigh52 commentedThe same problem...
thanks a lot, I solve that with your solution.
hope that this bug will fixed the next ver of token!
Thanks.
Comment #3
the_pony commentedI think I've manage to RTL this token_tree.

The result (for me) is as in this screen capture:
I've needed to change ths css files of token a little bit, and to do a major change at the file named "jquery.treeTable.js".
All of the files I've changed/added are in the zip attached to my comment.
Feel free to use it and I hope it will be benefit to someone.
I also hope that this fix or a similar one will be added to the next version of token.
Keep up the good job!
Tom.
Comment #4
navid.kashani commentedThe problem is the jquery.treeTable
but i made a patch to fix token in RTL Language.
This problem is really big in right to left languages
tnx
Comment #4.0
navid.kashani commentedadded image
Comment #5
mohamadaliakbari commentedYou should not change JavaScript library while we can fix the issue only with CSS.
Comment #6
mohamadaliakbari commentedComment #8
mohamadaliakbari commented6: token_rtl_support-1333334-5.patch queued for re-testing.
Comment #10
Ka1 Bashiri commentedHi
easy way to fix this problem:
https://drupal.org/node/2067771