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

[Solved] Two issues with RadEditor

2 Answers 133 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Joseph Alfano
Top achievements
Rank 1
Joseph Alfano asked on 07 Aug 2009, 08:11 PM

Hi,

We are using the ASP.Net AJAX RadEditor (v 2007.3.1425.35)and we are experienced two issues:

1)      “ApplyClass”tool button does not work with Chrome v2.0.172.39

The “ApplyClass” tool button itworks great in IE (v6.0 and v8.0) and FireFox (v 3.0.13), but it does not work inChrome (v2.0.172.39).  When you selectsome text and then click on a style in the “ApplyClass” drop down, instead of aspan tag having class="SelectedClass” being wrapped around the selectedtext, the selected text gets deleted and the following HTML is inserted at thebeginning of the editor field:

<span><span class="SelectedClass"</span></span

I downloaded atrial version of the RadEditor v 2009.2.701.35 and tested this.  In this case, the ApplyClass tool button onlyworks in Chrome when it is clicked twice.  Again, it works fine in IE and FireFox.

2)Extra space being inserted at the bottom of the editorwindow

                                                                                                                               

I have a RadEditor with aspecified height in pixels.  Duringcertain circumstances, the three tab buttons at the bottom of the control (Design,HTML, and Preview) move up and the bottom portion of the editor is filled witha blank rectangle.  If I have resizingenabled and click on the resizing glyph at the lower right corner, the threetab buttons move to the bottom of the editor, and the blank rectangledisappears.

There are two circumstances inwhich I can get this to occur:

a)When I expand the editor to full-screen mode via the “ToggleScreenMode”in IE 6.0 or IE8.0, and then click it again to return to normal size, the threetab buttons move up and the bottom 25% of the editor is filled with a blankrectangle. (Chrome and FireFox work fine).This issue occurs for both the 2007.3.1425.35 and the trial 2009.2.701.35versions of the RadEditor

b)When I do a server postback and the page reloads, theissue occurs again and this time about half of the window is filled by thisblank rectangle.  This happens across allthree browsers.   This issue occurs for only the 2007.3.1425.35 versionsof the RadEditor

The only module I am using is theStatistics module:

  <modules> 
    <module name="RadEditorStatistics" dockingZone="Bottom" enabled="true" visible="true" /> 
  </modules> 
 

Thank you very much for your assistance.  Please let me know if you require any more information.

Joe

2 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 12 Aug 2009, 11:22 AM
Hi Joseph,

Straight to the points:
1) We are aware of the first problem and we will do our best to fix it for the upcoming Q2 2009 SP1 build. We are targeting a release date for the end of August.
2) We will be grateful if you isolate the problem in a sample fully working project and send it for examination on our side using the attachment functionality of the support ticketing system under your account.
This will help us to reproduce the problem and debug it. After that we will try to provide a solution or fix it in a subsequent version.
Thank you for your cooperation in advance.

Kind regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Ramjet
Top achievements
Rank 1
answered on 18 Oct 2009, 12:55 AM
Try this.

<STYLE TYPE="text/css">
<!--
body {overflowhidden
};
-->
</
STYLE


Same problem as your #2. I've had to find so many work arounds to Telerik bugs they ought to give me a free copy of their controls...or at least a 40hr paycheck...at American wages NOT Russian wages.
Tags
Editor
Asked by
Joseph Alfano
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Ramjet
Top achievements
Rank 1
Share this question
or