﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14527	content inside <script> tag is not showing up in the editor	Sibasish palo		"Go to source mode paste the below content:

<!DOCTYPE html>[[BR]]
<html>[[BR]]
<body>[[BR]]
<p id=""demo""></p>[[BR]]
<script>[[BR]]
document.getElementById(""demo"").innerHTML = ""Hello JavaScript!"";[[BR]]
</script>[[BR]]
</body>[[BR]]
</html>[[BR]]

switching out from source mode will strip everything from the editor.[[BR]]
added the below configuration to the config.js to disable advance filtering

config.allowedContent = true;

after adding the above configuration <script> is not stripping and the content became as follows:

<p id=""demo"">&nbsp;</p>[[BR]]
<script>[[BR]]
document.getElementById(""demo"").innerHTML = ""Hello JavaScript!"";[[BR]]
</script>[[BR]]

But switching out from source mode doesn't showing any content and gives a blank editor where as it should display ""Hello JavaScript!"" in the editor.

Note that instead of assigning the value ""Hello JavaScript!"" to <p> tag its adding ""&nbsp;""

is there any configuration that i can activate so that the content will show up in the editor or else is there any way to show up the java script content in the editor??

Browser:IE11,EDGE,chrome,firefox"	Bug	closed	Normal		General		invalid		
