#2917: Problem with html links on Chrome 2beta
-----------------------+----------------------------------------------------
 Reporter:  wwalc      |       Owner:                 
     Type:  Bug        |      Status:  new            
 Priority:  Normal     |   Milestone:                 
Component:  General    |     Version:  FCKeditor 2.5.1
 Keywords:  Confirmed  |  
-----------------------+----------------------------------------------------
 Tested on Chrome 2.0.162.0.

 When an international character is somewhere in the code, FCKeditor
 returns broken HTML code when switching to the source mode and back
 (CKEditor simply hangs the browser).

 To reproduce, paste this code in the source mode:
 {{{
 <p>ł</p>
 <p><a
 href="http://example.com";>http://example.com</a></p>
 }}}

 in FCKeditor it is incorrectly transformed into:
 {{{
 <p>ł</p>
 <p><a href="h _fcksavedurl=">http://example.com</a></p>
 }}}

 Note that if we use "l" instead of "ł", everything is working fine so it
 definitely has something to do with non-ascii characters.

 This bug was originally reported here:
 http://www.fckeditor.net/forums/viewtopic.php?f=5&t=12946

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2917>
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