Opened 7 years ago

Last modified 7 years ago

#16687 confirmed Bug

­ character breaks paragraph wrapping in Chrome

Reported by: Rainer Reich Owned by:
Priority: Normal Milestone:
Component: General Version: 4.6.0
Keywords: Cc: andreasprantl1403@…

Description

Steps to reproduce

  1. Set <p>&shy;</p> as content of the contenteditable element
  2. Click into the editor
  3. Start typing

Expected result

The typed text is wrapped by a <p></p> tag.

Actual result

The typed text is not wrapped but inserted before the <p>&shy;</p>. When hitting the Enter-key a new <p></p> is inserted and from then on everything gets wrapped.

Environment

Google Chrome Version 54.0.2840.100 (64-bit) Windows & Linux.
I could not reproduce this behavior with Firefox ESR 45.5.0; in Firefox everything is wrapped nicely.

Change History (2)

comment:1 Changed 7 years ago by Tade0

Status: newconfirmed

comment:2 Changed 7 years ago by aprantl

Cc: andreasprantl1403@… added
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