Opened 9 years ago
Last modified 9 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
- Set
<p>­</p>as content of the contenteditable element - Click into the editor
- 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>­</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 9 years ago by
| Status: | new → confirmed |
|---|
comment:2 Changed 9 years ago by
| Cc: | andreasprantl1403@… added |
|---|
