Opened 8 years ago
Last modified 8 years ago
#16708 confirmed Bug
Inserting text before a table breaks paragraph wrapping in Chrome
Reported by: | Rainer Reich | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | Blink Webkit | Cc: | andreasprantl1403@… |
Description
Steps to reproduce
- Insert a table into an empty document
- Move the cursor via keyboard to the top left before the table
- Start typing
Expected result
The typed text is wrapped by a <p></p>
tag.
Actual result
The typed text is not wrapped but inserted directly before the table.
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 I could not move the cursor before the table.
Change History (2)
comment:1 Changed 8 years ago by
Keywords: | Blink Webkit added |
---|---|
Status: | new → confirmed |
Version: | → 4.0 |
comment:2 Changed 8 years ago by
Cc: | andreasprantl1403@… added |
---|
Problem can be reproduced from CKEditor 4.0 in Blink and Webkit browsers. These are the only browsers which allow leaving the table using keyboard. Other browsers require magic line to insert paragraph above the table.