Opened 11 years ago
Last modified 11 years ago
#11522 confirmed Bug
Select all, replace text loses formatting on firefox
Reported by: | zacaway | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Selection | Version: | |
Keywords: | Cc: |
Description (last modified by )
Using current standard CKEditor demo:
- Select all the content in the demo editor and delete it.
- Enter some text (e.g. "original").
- Press Ctrl-A (or Cmd-A on Mac) to select all the text.
- Hit the Bold button to bold the text.
- Press Ctrl-A again to re-select all (even if it is already selected).
- Type in some new text (e.g. "new"), which will replace the original text.
On Chrome and Safari, the new text is bold (i.e. it retains the styling of the original text). On Firefox and IE11, the new text does not retain the original styling; it just gets the default styling.
I think the Chrome and Safari behaviour is correct, so Firefox and IE11 should work the same way.
Change History (1)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Keywords: | firefox selection removed |
Status: | new → confirmed |
Version: | 4.3.3 (GitHub - master) |
This is caused by differences between browsers.