google-code-export / kv-webme

Automatically exported from code.google.com/p/kv-webme
1 stars 0 forks source link

OnMouseOver code Mangle by ckeditor #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Insert div as pasted below into any page using your own images.
2. Refresh page and try to use mouse over to see image change
3. Check the source code in ckeditor you can see the source is mangled.

What is the expected output? What do you see instead?
You just see the main image and nothing else works as expected.

What version of the product are you using? On what operating system?
Latested from KV Sites.

Please provide any additional information below.: 
Standard onmouseover text which works fine on desktop html file but won't work 
thru webme.

<div>
  <img src="test1.png" 
      onmouseover="this.src='test.jpg';"
      onmouseout="this.src='test1.png';"/>Figures for February’s racing.
</div>

this.src gets mucked up by ckeditor.

Original issue reported on code.google.com by neilbolt...@gmail.com on 3 May 2011 at 2:57

GoogleCodeExporter commented 9 years ago
this is an issue with CKeditor: http://dev.ckeditor.com/ticket/7243

as soon as that's fixed I'll update our own copy

Original comment by kae.verens@gmail.com on 3 May 2011 at 3:48

GoogleCodeExporter commented 9 years ago
they've targeted this to be fixed for ckeditor 3.6.2 (the next version due out)

http://dev.ckeditor.com/query?group=status&milestone=CKEditor+3.6.2

Original comment by kae.verens@gmail.com on 18 Jul 2011 at 10:40

GoogleCodeExporter commented 9 years ago
a patch has been submitted to ckeditor for this. hopefully it will make it in!

Original comment by kae.verens@gmail.com on 2 Aug 2011 at 7:55

GoogleCodeExporter commented 9 years ago
we've upgraded to ckeditor 3.6.2, which solves this bug

Original comment by kae.verens@gmail.com on 24 Sep 2011 at 8:33