#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 arczi):

 Ok.

 We had problems in v2 with the implementation of protected source. In
 drupal and mediawiki we need protect new tags ( source, gallery, ref,
 reference, imagemap,nowiki,... ), templates:
 {{{
 {{}}
 }}}
 Protected source from v2 was simply useless in most cases. My idea was to
 provide by the way a feature to handle add those requirements.
 Simple way to add GALLERY tag (maybe in future):
 {{{
 {
         name : 'gallery'        // for elementpatch  and alt for
 fakeobject
         regExp : /<gallery[^>]*>(.|\n|\r)*?<\/gallery[^>]*>/g
         className : "cke_mv_gallery",
         editable : true,  // use fakeobject
         editby : "somedialog",
 }
 }}}

 We need to protect comments because of

 {{{
 <!-- <? ?> -->
 }}}

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3407#comment:12>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to