Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0
-
Component/s: HTML Editor
-
Labels:None
-
Affected Branches:MOODLE_20_STABLE
-
Fixed Branches:MOODLE_20_STABLE
Description
The problem is that the included tinymce setup script needed access to session, but it can not obtain it until the original page loading finishes.
Solution is to pass everything through page params and do not use session or else do the tinymce setup on each page.
Issue Links
| This issue has been marked as being related by: | ||||
| MDL-15496 | progressive rendering of html is not working |
|
|
|
tinymce integration does not use session anymore, there is still problem with CSS (editor changes text size outside of it)
could you please review it and fix the css issue? thanks