#1955: Opera: Element names are uppercased in the output
----------------------+-----------------------------------------------------
  Reporter:  fredck   |       Owner:                     
      Type:  Bug      |      Status:  new                
  Priority:  High     |   Milestone:  Opera Compatibility
 Component:  General  |     Version:  SVN                
Resolution:           |    Keywords:  Confirmed Opera    
----------------------+-----------------------------------------------------
Comment (by [EMAIL PROTECTED]):

 For performance considerations it is probably nice to check somewhere if
 this is required. For example
 {{{
  FCKBrowserInfo.requiresTagnameLowerCasing = (function(){
         var tmp=document.createElement('div');
         tmp.appendChild(document.createElement('b'));
         return tmp.innerHTML.indexOf('<B>')>-1;
 })()
 }}}
 and add the appropriate check to FCKXHtml._GetMainXmlString. Note that the
 code detects the problem and not the browser :)

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/1955#comment:3>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to