#2916: Implement Flash dialog.
--------------------------+-------------------------------------------------
 Reporter:  martinkou     |       Owner:  martinkou   
     Type:  Task          |      Status:  assigned    
 Priority:  Normal        |   Milestone:  CKEditor 3.0
Component:  UI : Dialogs  |     Version:  SVN         
 Keywords:  Review+       |  
--------------------------+-------------------------------------------------
Changes (by fredck):

  * keywords:  Review? => Review+


Comment:

 Replying to [comment:5 martinkou]:
 > The toLowerCase() function after scopeName is still there in the new
 patch. The reason being for namespaces other than HTML, IE would still
 always return in uppercase. Our source code has been assuming everything
 related to tags and namespaces are in lowercase, however. So I've kept the
 toLowerCase() there.

 Good one... so, let's make the if comparison in uppercase, and move the
 toLowerCase function right after it, having:

 {{{
 var scopeName = this.$.scopeName;
 if ( scopeName != 'HTML' )
         nodeName = scopeName.toLowerCase() + ':' + nodeName;
 }}}

 The getName function is a critical feature for our code.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2916#comment:6>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to