#3407: scripts aren't protected while loading content
-------------------------------+--------------------------------------------
 Reporter:  alfonsoml          |       Owner:  arczi         
     Type:  Bug                |      Status:  assigned      
 Priority:  Normal             |   Milestone:  CKEditor 3.0  
Component:  General            |     Version:  SVN (CKEditor)
 Keywords:  Confirmed Review?  |  
-------------------------------+--------------------------------------------

Comment(by alfonsoml):

 Replying to [comment:7 arczi]:
 > Known issues:
 >
 > -Due to method:
 > {{{
 > <script>
 > alert("<script><\script>")
 > </script>
 > }}}
 > is parsed wrong. Workaround:

 I guess that you mean alert("<script></script>"), but putting that inside
 a script tag is invalid html, the html parser will close the script at
 that point (and the javascript parser will say that it's broken) and try
 to parse the ")</script> as another html block.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3407#comment:8>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to