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

[Solved] Paragraph styles issues

4 Answers 177 Views
Editor
This is a migrated thread and some comments may be shown as answers.
eyal
Top achievements
Rank 1
eyal asked on 12 Nov 2009, 10:50 AM
Hi,

Our Paragraph style dropdown displays Telerik's predefined set of styles. The Normal style presents inconsistent behavior on IE7/8.
For example, open a blank editor, type some text (let's call it a title) and style it with heading and font color. Press enter and type some more text (call it body-text. see attached image). The style of the title applies also to the body-text. This behavior does not happen if you apply only heading to the title (without font color). Furthermore, trying to apply the Normal style to the body-text produce no visible change at all. Other paragraph styles - headings - do apply but sometimes with the font color and sometimes without.

Another issue (Safari 4 and Chrome 3): Open a blank editor, type some text and style it with heading. Switching to the html mode shows a blank page (even when continuing modify the content on the design mode). You can avoid this behavior if you first press enter on a blank editor.

eyal

4 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 17 Nov 2009, 01:05 PM
Hi Eyal,

Could you please try to reproduce the reported problems in the Default Settings example of RadEditor? The demo example uses the latest version of RadEditor and I was unable to reproduce the issues in it.

If the problems are fixed then upgrade to the latest version.
If you still experience any problems, please open a support ticket and send a video / screenshots demonstrating how to reproduce the issue and specify what the expected result should be.

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
eyal
Top achievements
Rank 1
answered on 18 Nov 2009, 02:46 PM
Hi Rumen,

The demo example contains already content. In the example I gave, I mentioned 'open a blank editor', which means that the content is empty (the application in question use a blank content as a starting point). So testing on the demo example may not reproduce the problems mentioned.

br,
eyal
0
eyal
Top achievements
Rank 1
answered on 19 Nov 2009, 01:45 PM
Hi again,

So I created a clean project to test the editor with default settings and managed to reproduce the issues mentioned in my first message (also the issue with safari and chrome).

Markup for the aspx page:
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="editor.aspx.vb" Inherits="Telerik_test.editor" %> 
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
 
<html xmlns="http://www.w3.org/1999/xhtml" > 
<head runat="server"
    <title>Editor testing</title> 
</head> 
<body> 
    <form id="form1" runat="server"
    <asp:ScriptManager ID="ScriptManager" runat="server" /> 
    <div> 
        <telerik:RadEditor runat="server" ID="RadEditor1" SkinID="DefaultSetOfTools" Height="515"
        </telerik:RadEditor> 
    </div> 
    </form> 
</body> 
</html> 
 

Telerik.Web.UI version: 2009.3.1111.35
OS: WinXP Pro SP3
Browsers: IE7, IE8, FF 3.5, Chrome 3, Safari 4

The attached screenshot shows the implementation of the first issue on the browsers (except IE8). The normal style is not applied in IE7 even with the paragraph style dropdown.

br,
eyal

0
Rumen
Telerik team
answered on 23 Nov 2009, 04:21 PM
Hi Eyal,

Thank you for the provided information.

I logged the problem in our bug tracking system and we will try to enhance this behavior. Unfortunately, I cannot provide a firm estimate when this will be fixed.

I also updated your Telerik points in your Client.net account.

Sincerely,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Editor
Asked by
eyal
Top achievements
Rank 1
Answers by
Rumen
Telerik team
eyal
Top achievements
Rank 1
Share this question
or