Home Search Member List Faq Register Login  
UltimateEditor
Re: UltimateEditor and ASP.NET Ajax

Thread Starter: schkit   Started: 05-21-2008 9:09 AM   Replies: 9
 Karamasoft Support Forums » General Discussions » UltimateEditor » Re: UltimateEditor and ASP.NET Ajax
 Printable Version    « Previous Thread   Next Thread »
  21 May 2008, 9:09 AM
schkit is not online. Last active: 5/22/2008 8:14:03 AM schkit

Not Ranked
Joined on 05-21-2008
Posts 1
UltimateEditor and ASP.NET Ajax
Hi,

I use multiple instances of UltimateEditor on one web page, but as soon as I add to this page aspTongue TiedcriptManager editors start to behave strange.
For example I can not turn on SpellAsYouType or when I press enter editor ads as many line breaks as many instances of editor are on the page.

Is it a known error ?

Regards
Kajetan

  
  21 May 2008, 11:50 AM
Karamasoft is not online. Last active: 9/2/2010 12:02:18 PM Karamasoft

Top 10 Posts
Joined on 09-05-2004
Posts 5,325
Re: UltimateEditor and ASP.NET Ajax
Are you using the latest version of UltimateEditor since we recently fixed ASP.NET AJAX related issues with the release of UltimateSpell v3.1 a few weeks ago? If not, please download the latest version from our website and try again. If this doesn't help, please send us soem sample code so that we can try it in our test environment. Thanks.
  
  23 May 2008, 12:56 AM
bpoteet is not online. Last active: 8/24/2008 11:59:41 PM bpoteet

Top 10 Posts
Joined on 11-29-2007
Posts 7
Re: UltimateEditor and ASP.NET Ajax
I to am experiancing stange things when combinding the editor with asp.net ajax.

I went to download the lastest version (3.1) but the only version available to download is v3.0.

What to do?

  
  23 May 2008, 1:21 AM
Karamasoft is not online. Last active: 9/2/2010 12:02:18 PM Karamasoft

Top 10 Posts
Joined on 09-05-2004
Posts 5,325
Re: UltimateEditor and ASP.NET Ajax
v3.1 is the version of UltimateSpell, which is built-in inside UltimateEditor. UltimateEditor is still in v3.0. Please download the latest version of UltimateEditor from our website, replace your existing bin, UltimateEditorInclude and UltimateSpellInclude from the new installation directories, clear your web browser case, and try again.
  
  12 Jun 2008, 3:11 AM
spharris50 is not online. Last active: 7/4/2008 7:39:47 AM spharris50

Top 10 Posts
Joined on 06-10-2008
Posts 9
Re: UltimateEditor and ASP.NET Ajax
Hi,

Is there a resolution for this issue?  I am expereincing exactly the same.  The demo version worked fine but after purchasing the full product two days ago and doing everything suggested above I still have the problem.  Many of the buttons on the toolbar simply won't work.

If I have a ScriptManager with one UltimateEditor on my page everything is fine.
I then add a second and I get the problem discussed above.
If I add a third editor everything is once again fine.

However I only need two on the page.

Please advise

  
  12 Jun 2008, 3:31 AM
spharris50 is not online. Last active: 7/4/2008 7:39:47 AM spharris50

Top 10 Posts
Joined on 06-10-2008
Posts 9
Re: UltimateEditor and ASP.NET Ajax
In addition to this I have ascertained the following:

On a page with a ScriptManager and multiple UltimateEditors the problem described above occurs when an even number of editors are placed on the page e.g:

One - OK
Two - Error
Three - OK
Four - Error
Five - OK
Six - Error
Seven - OK

At present I am having to put a third editor on my page and reduce its size to 0px x 0px.  If I simply set Visible=False then the problem occurs.



  
  12 Jun 2008, 3:35 AM
spharris50 is not online. Last active: 7/4/2008 7:39:47 AM spharris50

Top 10 Posts
Joined on 06-10-2008
Posts 9
Re: UltimateEditor and ASP.NET Ajax

Error happens for code below. Note there is no code behind file.

<%@ Page Language="VB" AutoEventWireup="false" %>

<%@ Register Assembly="UltimateEditor" Namespace="Karamasoft.WebControls.UltimateEditor"

TagPrefix="kswc" %>

<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>

<%@ Register Assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"

Namespace="System.Web.UI" TagPrefix="asp" %>

<!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>Appraisal Form</title>

</head>

<body>

<form id="EditAppraisal" runat="server">

<asp:ScriptManager ID="ScriptManager1" runat="server">

</asp:ScriptManager>

<kswc:UltimateEditor ID="UltimateEditor1" runat="server">

</kswc:UltimateEditor>

<kswc:UltimateEditor ID="UltimateEditor2" runat="server">

</kswc:UltimateEditor>

</form>

</body>

</html>


  
  12 Jun 2008, 4:05 AM
spharris50 is not online. Last active: 7/4/2008 7:39:47 AM spharris50

Top 10 Posts
Joined on 06-10-2008
Posts 9
Re: UltimateEditor and ASP.NET Ajax

I found a workaround for this problem which doesn't involve adding an odd amount of editors to the screen and hiding the additional one.

On the ScriptManager setting

EnablePartialRendering="False"

seems to resolve the problem.  All buttons became enabled regardless of how many editors were on the screen.  This setting enables asynchronous postbacks for the UpdatePanel control onsupported browsers.  However I am unsure as to why this should affect an even number of UltimateEditors....


  
  12 Jun 2008, 10:10 AM
Karamasoft is not online. Last active: 9/2/2010 12:02:18 PM Karamasoft

Top 10 Posts
Joined on 09-05-2004
Posts 5,325
Re: UltimateEditor and ASP.NET Ajax
We will look into this issue and let you know as soon as we resolve it. Thanks for your patience.
  
  30 Jun 2008, 12:41 AM
Karamasoft is not online. Last active: 9/2/2010 12:02:18 PM Karamasoft

Top 10 Posts
Joined on 09-05-2004
Posts 5,325
Re: UltimateEditor and ASP.NET Ajax

This issue is fixed and we built a new release. Please download the latest version from our website and try again. 


  
 Page 1 of 1 (10 items)
Karamasoft Support Forums » General Discussions » UltimateEditor » Re: UltimateEditor and ASP.NET Ajax

You can add attachments
You can post new topics
You can reply to topics
You can delete your posts
You can edit your posts
You can create polls
You can vote in polls
Forum statistics are enabled
Forum is unmoderated

© 2002-2010 Karamasoft LLC. All rights reserved.