Bug #4579

Using TinyMce Editor When we cilck on any event after using this edior its comes with Error("Permission Denied")

Submitted:
2011-07-21 10:19:49 By: sivakrishna
Browsers:
firefox msie
Closed Priority: 3 Resolution: Wont Fix Assigned to: None
Description of problem: Getting (Microsoft J Script run time error: Permission denied) While Click on Any Event.

Steps to reproduce:
1. When i enter some data in Tinymce Editor and click on save its saved.
2. After that i will click on any event it will comes with Java Script Error(Permission Denied)
3. I'm Using Ajax Tab Container>Tab Panel.. Inside update panel I'm using this editor.



Expected result: I want to solve this as early as possible.

Actual result: Permission Denied

 

If you wish to follow or post a comment, you need to be registered and logged in.

Comments

User Image
  • 2011-08-30 00:26:30

spocke

This likely an integration bug with Ajax Tab Container. I would guess that it loads page contents using Ajax and TinyMCE is part of that loaded contents. It's 100% impossible to dynamically get/set the HTML with an including iframe and retain it's state. So the only way to solve this is to remove and re-initialize TinyMCE before/after the HTML state is changed this needs to be done in the Ajax container thing.