Opened 13 years ago

Last modified 11 years ago

#7078 confirmed Bug

Integration VB WebBrowser control and CKEditor Problem — at Version 10

Reported by: Elena Martin Owned by:
Priority: Normal Milestone:
Component: Server : ASP.Net Version: 3.0
Keywords: Cc: elenammez@…

Description (last modified by Jakub Ś)

Hello, I have a Windows application (vs 2008).In a user control, I use a WebBrowser to put in the CKEditor 3.5.In this case, there are features that are not right. For example, theDropDownList Format, Styles and Fonts. If you create a table does not workthe menu options to add row, column, etc ...I tried using the CKEditor in a form with a webBroser and workingproperly. Therefore, the cause appears to be the user control.You can tell me a solution to this?

Attached an example: CKEditorWin is the startup project and on the website are the 2 CKEditor Form1.aspx the url of each webbrowser should be CKEditorWeb web project

Thanks


edited
Seems that we problem with WebBrowser control and CKEditor. Check comment:9 for more details

Change History (10)

Changed 13 years ago by Elena Martin

comment:2 Changed 13 years ago by Jakub Ś

Component: GeneralServer : ASP.Net

comment:3 Changed 11 years ago by Olivier

Hello, I Have the same problem, in a Vba form with a webBrowser control and CKEditor 3.6.5 Do you have a solution ?

comment:4 Changed 11 years ago by Jakub Ś

You think it would be possible to attach small sample application showing your problem?

Changed 11 years ago by Olivier

Attachment: CKEditor_with Excel.zip added

comment:5 Changed 11 years ago by Olivier

Try to change FONT OR FONTSIZE the DropDownList is closed immediately

comment:7 Changed 11 years ago by Jakub Ś

Description: modified (diff)
Summary: Integration in a VS user control / WebBrowser / CKeditorIntegration VB WebBrowser control and CKEditor Problem

comment:8 Changed 11 years ago by Jakub Ś

Description: modified (diff)

comment:9 Changed 11 years ago by Jakub Ś

Status: newconfirmed
Version: 3.53.0

I can confirm this happening from CKEditor 3.0.

Just download CKEditor_with Excel.zip, extract and open excel file.
Click on a button and Webbrowser control with editor will show up.
If you try to click on Format or Font or Font Size dropdowns they will be opened for a moment and close immediately.

Webbrowser control probably uses IE7 mode - putting tag <meta http-equiv="X-UA-Compatible" content="IE=7" />in CKeditor_web.html with version higher than 7 causes error.

I believe this is the same problem as the one presented in #8137.
Seems there is some conflict between editor and .NET when editor is displayed in modal popup (this is how Webbrowser control behaves).
Both issues have probably the same solution.

Last edited 11 years ago by Jakub Ś (previous) (diff)

comment:10 Changed 11 years ago by Jakub Ś

Description: modified (diff)
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy