Opened 14 years ago
Last modified 12 years ago
#7078 confirmed Bug
Integration VB WebBrowser control and CKEditor Problem
Reported by: | Elena Martin | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Server : ASP.Net | Version: | 3.0 |
Keywords: | Cc: | elenammez@… |
Description (last modified by )
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
Attachments (2)
Change History (12)
Changed 14 years ago by
Attachment: | PruebaEditorCKeditorWinWeb.rar added |
---|
comment:2 Changed 13 years ago by
Component: | General → Server : ASP.Net |
---|
comment:3 Changed 12 years ago by
comment:4 Changed 12 years ago by
You think it would be possible to attach small sample application showing your problem?
Changed 12 years ago by
Attachment: | CKEditor_with Excel.zip added |
---|
comment:5 Changed 12 years ago by
Try to change FONT OR FONTSIZE the DropDownList is closed immediately
comment:7 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Summary: | Integration in a VS user control / WebBrowser / CKeditor → Integration VB WebBrowser control and CKEditor Problem |
comment:8 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:9 Changed 12 years ago by
Status: | new → confirmed |
---|---|
Version: | 3.5 → 3.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.
comment:10 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:11 Changed 12 years ago by
This is still happening in the latest versions of CKEditor. Is there an ETA for a fix?
Thanks
comment:12 Changed 12 years ago by
Currently there is no ETA for this issue I will however forward your request to my colleagues.
Hello, I Have the same problem, in a Vba form with a webBrowser control and CKEditor 3.6.5 Do you have a solution ?