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

Prometheus RadEditior Problems

8 Answers 165 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Jerry Jansen
Top achievements
Rank 1
Jerry Jansen asked on 20 Dec 2007, 05:10 PM
Yesterday I downloaded the latest Prometheus controls and am trying to add the Prometheus RadEditor to one of my pages. I am having a few problems starting out.

My project is in VS2008 and was converted from an ASP.NET 1.1 project and I answered Yes to add ASP.NET 3.5 functionally during the conversion.

1. If in VS2008 and in design mode, when I click the Skin dropdown in the properties window, it crashes VS2008. I can add the skin name manually ok.

2. When I try to run my page in IE 7 I get a runtime error:
Error: '__doPostBack' is undefined. I can click on "No" to the debug question and then the page loads. In Firefox 2, I do not get the error.

3. If I click on the spell icon in RadEditor, I then get another runtime error:
Error: 'this._getPopupVisbilityController()' is null or not an object. I can click on "No" and the misspelled words are highlighted in yellow. But does not give me an option to correct or add to the dictionary, etc. And clicking on a highlighted word gives me the same error message. In Firefox 2 I do not get the error but also does not give any options to correct or add to the dictionary, etc.

Any help would be appreciated. A bit new to .NET development and know less about javascript. Thanks.

8 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 28 Dec 2007, 11:25 AM
Hi Jerry,


We are not sure what is causing these errors and we will need more information.
Could you please open a support ticket and send your page with the editor and your project's web.config file?
It would be best if you can send us a sample runnable project that demonstrates the problem.

Once we are able to reproduce the reported problem, we will do our best to provide a working solution.


Best wishes,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Páll Ólafsson
Top achievements
Rank 1
answered on 02 Jan 2008, 01:39 PM
Hi

I have the same problem with __dopostback... the only thing is that I converted my project from 1.1 to 2.0.  Everything else seems to working fine.. at the moment.

Palli
0
Rumen
Telerik team
answered on 02 Jan 2008, 02:12 PM
Hi Palli,

We are still unable to reproduce this problem.

Is it possible to send us a sample runnable project that demonstrates the problem. We will examine it and try to provide a solution.


Kind regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Origo TM Software
Top achievements
Rank 1
answered on 04 Jan 2008, 01:51 PM
Fixed the problem by creating a new 2005 web application and copy all the files from the converted project to the new project...

Was the only way I could get the editor to work... sorry couldn't create a single project with this error to send you.

Palli

0
Roger
Top achievements
Rank 1
answered on 09 Jan 2008, 09:28 AM
i've updated my app from .net 2.0 / vs2005 to prometheus 2007.3, .net 3.5 and vs2008 and now having also the __doPostback issue but besides these debuger-errormessage the editor seems to work more or less. hmm...
0
Rumen
Telerik team
answered on 09 Jan 2008, 09:40 AM
Hi Mark,

Could you please open a support ticket and send a sample working project that demonstrates the problem. We are still not able to reproduce the problem and your assistance will be of great help.


Kind regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Jerry Jansen
Top achievements
Rank 1
answered on 09 Jan 2008, 04:10 PM
Marc,

I fixed my problem by creating a new web application project and then copied my converted files into the new project and now I don't have the ___doPostBack error, nor the _getPopupVisbilityController() error.
0
Roger
Top achievements
Rank 1
answered on 10 Jan 2008, 10:11 AM
telerik support told me to remove an "old" setting from web.config that got into (i guess) when porting the app from old ASP or ASP.Net 1.x. the setting i had to remove/change was
<xhtmlConformance mode="Legacy"/>
thanks to telerik support for responding that fast as they did!

cheers,
marc
Tags
Editor
Asked by
Jerry Jansen
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Páll Ólafsson
Top achievements
Rank 1
Origo TM Software
Top achievements
Rank 1
Roger
Top achievements
Rank 1
Jerry Jansen
Top achievements
Rank 1
Share this question
or