This is a migrated thread and some comments may be shown as answers.

textbox width is too short for rtl support

1 Answer 43 Views
Editor
This is a migrated thread and some comments may be shown as answers.
ido nahmias
Top achievements
Rank 1
ido nahmias asked on 08 Sep 2013, 08:24 AM
Editor: in the table properties the textbox width is too short for rtl.

You can see the problem in telerik's demo:
http://demos.telerik.com/aspnet-ajax/editor/examples/righttoleft/defaultcs.aspx

Scenario to reproduce:
1. In the editor (RTL support), Add a table
2. Right click on one of the cells and choose table properties
3. You can see that all textbox's width is too short. for example: When entering 3 digits or more, some of the digits are hidden.

*How can I fix this problem?

1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 10 Sep 2013, 08:55 AM
Hello,

To fix the issue, you should apply the following CSS to the page where you have RTL support:

div.reToolWrapper table.reSpinBox input.radfd_skipme {
    width: 30px !important;
}

Note that, three digits are usually enough to specify celpadding or cellspacing and even table height, however, if you like to have 4 visible digits, you could use the CSS code provided above.

Note that, we are in a process of RadEditor Dialogs redesign and once we finish with all dialogs we will have tje option to improve the RTL support also.

Also you could find useful the following demo: Editor - Customize Built-in Dialogs to learn how to use specific dialogs for your needs.

Regards,
Bozhidar
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Editor
Asked by
ido nahmias
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or