Changes between Version 1 and Version 2 of Ticket #7078, comment 9
- Timestamp:
- Nov 20, 2012, 6:22:12 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7078, comment 9
v1 v2 7 7 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. 8 8 9 10 9 I believe this is the same problem as the one presented in #8137.[[BR]] 10 Seems there is some conflict between editor and .NET when editor is displayed in modal popup (this is how Webbrowser control behaves).[[BR]] 11 Both issues have probably the same solution.