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

Overflow text exceeds boundry

1 Answer 57 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Lenny_shp
Top achievements
Rank 2
Lenny_shp asked on 03 Mar 2011, 08:43 PM
See picture if a long word does not have space it exceeds the border instead of going into 2nd line.   Is this expected?

2010.3.1304.20 IE8

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 08 Mar 2011, 04:38 PM

Hello,

This can be expected to happen when the ContentAreaMode Property of the RadEditor is set to "DIV". For more information see the Help Article and the Online Demo.

For you convenience check the simple example below to better see the effect of the contentEditable="true" property of a div element:

Copy Code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  
<head>
    <title></title>
</head>
<body>
try writing in the editable div below:
<div contentEditable="true" style="width: 100px; height: 30px; border: 1px solid red;">
</div>
</body>
</html>

Please note that the Div mode should be used by users only who know and understand the benefits and the potential problems that may occur.

Best wishes,
Marin
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
Editor
Asked by
Lenny_shp
Top achievements
Rank 2
Answers by
Marin Bratanov
Telerik team
Share this question
or