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

Change of font colour / face is lost in IE7 when entering a new line immediately after making change

3 Answers 33 Views
Editor
This is a migrated thread and some comments may be shown as answers.
majsty
Top achievements
Rank 1
majsty asked on 17 May 2010, 12:29 AM
1. Type some text
2. Remain on same line and change font foreground colour. Don't type anything more.
3. Press Enter, and type more text. Notice that the font colour specified in the step above has not taken effect, even though the colour is still showing in the toolbar.

The same thing happens if you change font face, but a change in font size works as you would expect.

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 17 May 2010, 04:38 PM
Hi Majsty,

Could you please set the NewLineBr property to false, which will enable the default browser mechanism for Enter key command? After setting this property to false, you will experience the desired behavior.

To reduce the extra space between the inserted paragraph blocks inside the editor's content area, you should set a global CSS paragraph style in your page, i.e.

P  
{  
    margin:0px;  
}   

or create a css file, import this class in it and load the css file through the CssFiles property of RadEditor.

Kind regards,
Rumen
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
charles
Top achievements
Rank 1
answered on 07 Feb 2011, 03:26 PM
hi,

same problem for 'Backspce', is there a fix?

thanks
regards
charles
0
Rumen
Telerik team
answered on 09 Feb 2011, 05:20 PM
Hi Charles,

Can you please provide step-by-step instructions how to reproduce the problem? If possible provide screenshots or video demonstrating your test. You can use Jing to record your screen.

Best regards,
Rumen
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Editor
Asked by
majsty
Top achievements
Rank 1
Answers by
Rumen
Telerik team
charles
Top achievements
Rank 1
Share this question
or