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

Radeditor Toolbar problem

10 Answers 108 Views
Editor
This is a migrated thread and some comments may be shown as answers.
İsmail
Top achievements
Rank 1
İsmail asked on 06 Jan 2019, 11:02 PM

HI

I'm designing a news site and using radeditor. As I showed in the picture in an accurate error while working properly, I could not find the answer in the forum, I'm waiting for your help.

10 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 07 Jan 2019, 09:17 AM
Hi İsmail,

Is there a JavaScript error on the page? If yes, can you send a screenshot of it and the text?
Another reason for the problem could be that something is blocking the stylesheet of RadEditor. Please check the network resources in the Network tab of DevTools and see what errors do you get.

Does the editor uses CDN or webresources for its skin? 

The fast way to help you would be to provide a live URL to the problematic page or a simple runnable project where we can debug the problem.

Regards,
Rumen
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
İsmail
Top achievements
Rank 1
answered on 07 Jan 2019, 05:32 PM
Hello, sir,
In the management section of my Radeditor website, there is no css and js code.
normal in ie, chrome looks like this ..
0
Rumen
Telerik team
answered on 08 Jan 2019, 04:45 PM
Hi,

Can you send a screenshot of the network tab of Google Chrome DevTools? It will show why the skin files are not loaded.

In the meantime you can try to enable the CDN skin files by setting 

<telerik:RadStyleSheetManager
    ID="RadStyleSheetManager1"
    runat="server"
    CdnSettings-TelerikCdn="Enabled" />


The same issue is discussed at https://www.telerik.com/forums/wierd-radeditor-rendering-shows-no-editor-but-alot-of-bullets.


Regards,
Rumen
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
İsmail
Top achievements
Rank 1
answered on 08 Jan 2019, 08:03 PM

Hello..
I am very pleased with your intense interest.
But,
I've been using RadEditor for a long time, so I've got it on all the websites I've done.
I've encountered such a problem on this news site that I've recently done, I've applied everything in the forum and whatever you say. No problem with js and css in place. simple place. It's the only page where the Manager wrote the news.

<telerik:RadStyleSheetManager
    ID="RadStyleSheetManager1"
    runat="server"
    CdnSettings-TelerikCdn="Enabled" />

It seems to be correct when you add this code, but it doesn't enter text.
I was desperate, pretty impressed me, I was surprised what to do.
Good work.

0
Rumen
Telerik team
answered on 09 Jan 2019, 08:54 AM
Hello Ismail,

If I understand correctly the appearance issue is now resolved. Please confirm it.

The only remaining problem is that the content area of RadEditor is not editable. If it is not editable, this means that its scripts are not loaded.

In this case you can enable the CDN scripts since the problem could be the same as with the CSS.

To enable the CDN for the Telerik scripts set 

<telerik:RadScriptManager
    ID="RadScriptManager1"   
    runat="server"   
    CdnSettings-TelerikCdn="Enabled">
</telerik:RadScriptManager>

If this does not help, I will need a reproduction project or live URL so that I can see what happens.

Best regards,
Rumen
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
İsmail
Top achievements
Rank 1
answered on 09 Jan 2019, 11:20 PM
Greetings Rumen
First of all, I am very pleased with your interest, you are a good developer.
We've solved the appearance problem, but it's still dull, no text input and the toolbar doesn't work. I can't give you a link to see the problem, but I'll add a picture.
and I'll show you the commands I've implemented.
We have to solve the problem, it's a vital issue for me.
a little time has narrowed.
I look forward to your answer.

Note: I don't have js and css where I use RadEditor. I don't think it would already be affected by the admin part, ie js and css.
0
Rumen
Telerik team
answered on 10 Jan 2019, 01:41 PM
Hi,

Can you should me a screenshot or video that Telerik CDN scripts are loaded indeed? You can do it in Chrome DevTools Network tab?

The screenshot should look similar to this https://www.screencast.com/t/Qjvm4vGyGW and should show that all CDN and non CDN scripts are loaded without errors.

You can also set the ContentAreaMode property of RadEditor to "Div".

Regards,
Rumen
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
İsmail
Top achievements
Rank 1
answered on 10 Jan 2019, 04:52 PM

Dear Rume;
I appreciate you
I've solved the problem, but it's not the editor.
As I said, I have edited the Global.asax file so that it improved.

Routes.MapPageRoute ("{news}", "{news} / {title}", "~ / yyazidetay.aspx"); // breaks this editor

Routes.MapPageRoute ("news", "{news}", "~ / yyazidetay.aspx"); // it doesn't ...

For now, the problem is solved, only one problem remains.
The image uploaded into the editor cannot be

Good work.

0
Rumen
Telerik team
answered on 11 Jan 2019, 12:36 PM
Hi Ismail,

Glad that you solved the editing issue!

The routing related problems are discussed in this KB - https://www.telerik.com/support/kb/aspnet-ajax/editor/details/error-web-config-registration-missing!-the-telerik-dialogs-require-a-httphandler-registration-in-the-web-config-file-.

Regards,
Rumen
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
İsmail
Top achievements
Rank 1
answered on 11 Jan 2019, 03:55 PM
Thanks Rumen..
Tags
Editor
Asked by
İsmail
Top achievements
Rank 1
Answers by
Rumen
Telerik team
İsmail
Top achievements
Rank 1
Share this question
or