Opened 13 years ago
Last modified 13 years ago
#9519 confirmed Bug
[Webkit] Unable to exit from pre block in some cases — at Initial Version
Reported by: | Karen Ananiev | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.6.5 |
Keywords: | Cc: |
Description
- clear all contents
- change paragraph format to Preformatted
- type some text and press Shift+Enter to create new line
- switch to the Source (notice that pre block has extra line break) and go back to the wysiwyg mode
- put cursor to the empty second line of pre
- press Enter to exit from pre block
Outcome: We are still into pre block.
Expected: Exit from pre block and create the new paragraph.
The problem is that enterkey plugin appends bogus br element which is converted to the invisible line break.