#2563: HTML Entities in a link text: &lang=de => 〈=de
--------------------------------+-------------------------------------------
 Reporter:  [EMAIL PROTECTED]  |       Owner:     
     Type:  Bug                 |      Status:  new
 Priority:  Normal              |   Milestone:     
Component:  General             |     Version:     
 Keywords:                      |  
--------------------------------+-------------------------------------------
 The editor does not correctly handle strings like {{{&lang=de}}}. This
 string will be converted into {{{〈=de}}} during loading.

 Maybe the editor converts {{{&}}} to simple {{{&}}}, resulting
 {{{&lang=de}}}, and then the editor will handle this as as an entity like
 {{{⟨=de}}} and then converts it into an UTF8 code {{{〈}}}.

 I found it while i tried to save a link with url params in the text. In
 the href section it is handled correctly, but not in text section of an
 A-Tag:
 {{{<a
 href="domain.com?param=1&amp;lang=de">domain.com?param=1&#9001=de</a>}}}

 I think the editor does not correctly check, if this is really a HTML-
 Entity, cause really entities have a trailing ";".

 An update did not resolve this bug.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2563>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to