Javascript mangling
Our Cascade instance seems to be changing
<select name="list2"
onchange="location.href=this.form.list2.options[this.form.list2.selectedIndex].value">
to
<select name="list2" onchange="function onchange() {
location.href=this.form.list2.options[this.form.list2.selectedIndex].value
}">
This only seems to happen in IE, for some reason.
6.2 - r12765
Discussions are closed to public comments.
If you need help with Cascade CMS please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Tim on 20 Apr, 2011 06:50 PM
Hi,
It looks like this problem was corrected with a more recent version of TinyMCE which is included in Cascade 6.7+. When I tried this on a local 6.2 instance (unsupported) I was able to reproduce the issue using your code. However, the same code used in Cascade Server 6.7 and 6.8 appears to work as expected.
Once you have a chance to upgrade to 6.7+ you should no longer see this behavior.
Let me know if you have further questions.
Thanks!
Tim closed this discussion on 21 Jun, 2011 12:46 PM.