Opened 15 years ago

Closed 15 years ago

#4213 closed Bug (invalid)

Bad character (0xA0) inserted on empty paragraph

Reported by: killermonk Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

Version: 2.6.4 Build: 21629 Browser: All OS: Windows XP/Ubuntu 8.10

Description: When there is an empty paragraph in the middle of content a random character (0xA0) is inserted into that paragraph.

Reproduction: Have two paragraphs of content. Place cursor on the end of the first paragraph. Press Enter. Leave this new paragraph blank. Submit the form. Random character (0xA0) gets inserted into the empty paragraph.

Bad Data in paragraph

Format: <hex> ... <characters>

0x3C 0x70 0x3E 0xA0 0x3C 0x2F 0x70 0x3E ... <p>�</p>

Change History (1)

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

Keywords: empty paragraph removed
Resolution: invalid
Status: newclosed

That's not a random character, it's the ansi code of &nbsp;, so I guess that you have changed the configuration to ProcessHTMLEntities=false and have left FillEmptyBlocks = true.

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