Opened 10 years ago
Closed 10 years ago
#14281 closed Bug (duplicate)
webkit: strong turns into b after deletion
| Reported by: | Sergiy Kuzmenko | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
Steps to reproduce
^ represents caret position:
- Make a text bold. The resulting markup will be something like
<strong>a</strong>^. - Press backspace/delete. Markup becomes
^(strong node gets deleted). - Type something. Markup becomes
<b>a</b>.
Expected result
I would expect one of the following:
strongrather thanb(since this is the default markup).- no formatting (since b node was removed).
Actual result
strong gets replaced with b.
Other details (browser, OS, CKEditor version, installed plugins)
Webkit browsers on OSX.
Change History (1)
comment:1 Changed 10 years ago by
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
| Version: | 4.5.4 |

After some checking it has turned out this is a duplicate of #13224.