Opened 16 years ago
Closed 16 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 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
It was Chrome issue, and it's fixed: http://code.google.com/p/chromium/issues/detail?id=7826#c1
I wonder whether we need to support beta browsers which belonged to X-grade regarding GBS.