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

RadEditor - RTL toogle full scree button

3 Answers 55 Views
Editor
This is a migrated thread and some comments may be shown as answers.
parobe01
Top achievements
Rank 1
parobe01 asked on 18 Jul 2014, 11:23 AM
Hi,

I have a project where I dynamic change the theme i.e. css. We also support multilingual, hence we have used RTL css also.

Since my base css is:
html, body
{
direction: rtl;
}

I have used RadEditor and my RadEditor toggle full screen does not work fine with if I use the base css direction: rtl;
To fix the same issue I have used a dynamic EditorContentArea_RTL.css file, where we use :
html, body
{
direction: ltr !important;
}

The issue is, toggle full screen doesn't open in full screen in RTL and the toolbar window (popup) doesn't open in the center of the screen.
Please note, RadEditor ToolbarMode used if floating.

If I change the base css class from

html, body
{
direction: rtl;
}
to
html, body
{
direction: ltr;
}
the RadEditor and even the toggle full screen works fine. But I need base css for rest of my code to be rtl.

I have read and checked few help articles on telerik site, but unfortunately it does not work.
Also if I use the toolbar as floating and toggle full screen, it doesn't work on Telerik site also.
Some links I used :
http://www.telerik.com/help/aspnet-ajax/editor-right-to-left-support.html
http://demos.telerik.com/aspnet-ajax/editor/examples/righttoleft/defaultcs.aspx

Waiting for a prompt reply !!
Thanks

3 Answers, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 22 Jul 2014, 10:09 AM
Hello Parmeeta,

I can confirm that when the RadEditor is toggled to full screen the Floating toolbar does not show, but this is reproducible without the right-to-left mode.

I am logging this bug in our database for fixing. Its progress can be tracked in this feedback portal item in which also, a possible workaround is provided.

As appreciation for this report I am updating your Telerik points.

If you still have issues with the Floating toolbar, please provide further details about what is the result on your end with the workaround placed.

Regards,
Ianko
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
parobe01
Top achievements
Rank 1
answered on 23 Jul 2014, 06:28 AM
Hello Lanko,

Thanks for the reply. But in my scenario, when the RadEditor is toggled to full screen the Floating toolbar does show both in the right-to-left mode and left-to-right mode. The issue is the toolbar doesn't open in the center of the screen or is properly aligned in to the radeditor.

Thanks



0
Ianko
Telerik team
answered on 23 Jul 2014, 12:08 PM
Hi,

I am not sure how the toolbar shows in both directions at the same time.

Please provide a simple, locally runnable project that demonstrates the encountered behavior, so that I could be able to reproduce and investigate it on my end.

Regards,
Ianko
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Editor
Asked by
parobe01
Top achievements
Rank 1
Answers by
Ianko
Telerik team
parobe01
Top achievements
Rank 1
Share this question
or