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

Document Manager: text is cut off

1 Answer 59 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Ilia
Top achievements
Rank 1
Ilia asked on 15 Sep 2008, 06:45 PM
Right panel. "Document Properties" text on the top is pushed out underneath box with current path (or maybe it is the path box is too wide?).
IE6. WebBlue skin.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 16 Sep 2008, 06:52 AM
Hi Ilia,

Thank you for reporting this problem. I have good news that it is fixed in our in-house build of RadEditor and it will not exist in the next version.

Currently, you can fix the problem by modifying the external \EditorDialogs\DocumentManager.ascx file. You need to copy the EditorDialogs installation folder to the root of your web application and set the ExternalDialogsPath property of the editor to poin to it "~/EditorDialogs"

After that open the \EditorDialogs\DocumentManager.ascx file and put a new line <br /> tag under the following td element:

<td style="width: 50%; padding: 8px 0 0 0; vertical-align: top;">
            <br />
<fieldset style="margin: 0 4px; height: 354px;">
                <legend><script type="text/javascript">document.write(localization["DocumentPropertiesLegend"]);</script></legend>

Save the file, refresh the page and test the dialog.

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
Ilia
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or