Opened 15 years ago

Closed 15 years ago

#2917 closed Bug (fixed)

Problem with html links on Chrome 2beta

Reported by: Wiktor Walc Owned by:
Priority: Normal Milestone:
Component: General Version: FCKeditor 2.5.1
Keywords: Confirmed Cc:

Description

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

Change History (2)

comment:1 Changed 15 years ago by Garry Yao

I wonder whether we need to support beta browsers which belonged to X-grade regarding GBS.

comment:2 Changed 15 years ago by kenorb

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy