#2852: Move link dialog to v3 trunk.
-----------------------+----------------------------------------------------
 Reporter:  martinkou  |       Owner:  martinkou   
     Type:  Task       |      Status:  assigned    
 Priority:  Normal     |   Milestone:  CKEditor 3.0
Component:  General    |     Version:  SVN         
 Keywords:  Review-    |  
-----------------------+----------------------------------------------------

Comment(by martinkou):

 {{{
 /(^|\s+)cke_[^\s]*/g
 }}}
 alone wouldn't work. Let's say I have "cke_sth sth_else" as the class
 attribute, if I run replace with that and an empty string I'd end up with
 " sth_else", which is wrong because there's an extra space in front of the
 value. If trim() is not called then a second regex would still be needed
 to fix that, which is just doing the same thing as a trim anyway.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2852#comment:10>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to