Opened 16 years ago

Closed 16 years ago

#2639 closed Bug (fixed)

Incorrect class definition (double quotes)

Reported by: Xirt Owned by:
Priority: Normal Milestone:
Component: General Version: FCKeditor 2.6.3
Keywords: Pending WorksForMe Cc:

Description

When using FCKeditor within a PHP page the given HTML code (input) is rewritten wrong by FCKeditor. In WYSIWYG mode the following replacement is occuring:

class='className'

becomes:

class="'className'"

Because of this double quotation the class is not recognized and the element will not display according to the given stylesheet.

Windows XP SP3, FireFox 3.03

Change History (2)

comment:1 Changed 16 years ago by Alfonso Martínez de Lizarrondo

Keywords: Pending WorksForMe added

Please, provide a sample url to test the problem or attach here some test page

comment:2 Changed 16 years ago by Xirt

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