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

2009.3.1201.35 return produces 2 lines

3 Answers 33 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 04 Dec 2009, 06:32 PM
IE8, return generates 2 lines.  This wasn't a problem with 2009.3.1102.35.     I needed the newer version of the DLL to fix the problem with the Combobox issue.

What version of DLL is this running?
http://demos.telerik.com/aspnet-ajax/editor/examples/editorastextbox/defaultcs.aspx

Shift-Enter generates 1 line.   If I use the margin:0px below, on the screen it's fine, but it still retained <p> in the code, which in my HTML email it displays with additional lines.   NewLineBr=true/false doesn't make a difference.
Removing OnClientLoadRadEditor() doesn't make a difference.

P  
{  
    margin:0px;  
}  

                <telerik:RadEditor ID="txtNewComment" OnClientLoad="OnClientLoadRadEditor" runat="server" AutoResizeHeight="True" Skin="Office2007" 
                      BorderStyle="None" BorderWidth="0px" ToolsWidth="345px" ToolbarMode="ShowOnFocus" 
                        EditModes="Design" ToolsFile="BasicTools.xml" Width="720px" Height="50px" > 
                    <Content> 
                    </Content> 
                </telerik:RadEditor> 
             function OnClientLoadRadEditor(editor, args)   
                {   
                    var style = editor.get_contentArea().style;   
                    style.fontFamily= 'Arial';   
                    style.fontSize= 12 + 'px';   
                  
                    var tool = editor.getToolByName("FontName");   
                  
                    if (tool)   
                    {   
                            tool.set_value("Arial");  
                    }  
                      
                    var tool2 = editor.getToolByName("RealFontSize");   
                  
                    if (tool2)   
                    {   
                            tool2.set_value("10px"); 
                    } 
                    editor.removeShortCut("InsertTab"); 
                }     

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 07 Dec 2009, 08:28 AM
Hi Lenny_shp,

The demo examples always run the latest official release. The current build is Q3 2009 (version 2009.3.1103.35).

I am aware of the reported problem with the return key and it occurs in the latest internal build (this is unofficial version). The problem is already fixed and you should not experience it with the latest internal build that will be released this week.

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
Lenny_shp
Top achievements
Rank 2
answered on 07 Dec 2009, 02:02 PM
In the future is there a place to go to view aggregated reported problems with unofficial releases?   At least we'll know what we are getting ourselves into.
0
Rumen
Telerik team
answered on 08 Dec 2009, 03:18 PM
Hi,

Thank you for your feature request.

The internal builds are intended for development only and they are not recommended for production purposes as these distributions are released often have and they not gone through the complete QA process. That is why only the major builds has a release history which includes a list of fixed bugs and added new features.

Nevertheless, we are working on a new public issue tracking system where the users will be able to report and vote for implementation of new features and bug report fixing. We will also log the newly appearing issues in this system.

Kind 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.
Tags
Editor
Asked by
Lenny_shp
Top achievements
Rank 2
Answers by
Rumen
Telerik team
Lenny_shp
Top achievements
Rank 2
Share this question
or