Opened 10 years ago
Last modified 8 years ago
#13224 confirmed Bug
Problem with removing inline styles with Backspace/Delete — at Initial Version
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Blink Webkit | Cc: |
Description
- Open replacebycode sample and press New Page command
- Type some text
- Click Ctrl+A and Ctrl+B
- Press Backspace or Delete buttons
- Element's path shows "body p" and bold button is deactivated.
- Start typing.
Result: Typed text is bold, bold button is active and element's path is showing "body p b" (<- notice the conversion).
Problem can be reproduced from CKEditor 3.0 in Blink and Webkit browsers.