Home
TeamSite
TeamSite, LiveSite and OpenDeploy
TinyMCE doing weird things
Denise Bowker
TS 7.2.1
THIS ONLY OCCURS IN INTERNET EXPLORER (Only tested in IE-8)
I have three different, probably related somehow, issues with TinyMCE. This is a new installation.
In each case below the content is being entered in HTML mode.
1) <meta http-equiv="refresh" content="30;url=****.html"/> is having the http-equiv attribute is ripped out.
We've tried each of the following without success:
IWTinyMCECustomConfig("custom1", "extended_valid_elements", "meta[http-equiv|content]");
IWTinyMCECustomConfig("custom1", "extended_valid_elements", "*");
IWTinyMCECustomConfig("custom1", "valid_elements", "*");
2) I put in <ddb x="hi">xxxxx</ddb> what TinyMCE cleans that to is:
<ddb x="hi"></ddb><ddb></ddb>xxxxx<ddb></ddb><ddb></ddb>
Then going back into HTML mode, it becomes:
<ddb x="hi"></ddb><ddb></ddb><ddb></ddb><ddb></ddb><ddb></ddb><ddb></ddb><ddb></ddb><ddb></ddb>xxxxx<ddb></ddb><ddb></ddb><ddb></ddb><ddb></ddb><ddb></ddb><ddb></ddb><ddb></ddb><ddb></ddb>
3) <div id="abc" onclick="alert('hi');">click here</div> became <div onclick="function onclick() { function onclick() { alert('hi') } }" id="abc">click here</div>
Find more posts tagged with
Comments
There are no comments yet