Opened 8 years ago
Last modified 7 years ago
#17032 confirmed Bug
It's possible to replace readonly content after select all.
Reported by: | kkrzton | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- Go to http://tests.ckeditor.dev:1030/tests/plugins/widgetselection/manual/basic.
- Select all using keyboard inside last editor instance (
Only non-editable
). - Start typing.
Expected result
Unable to type anything (works this way when selection is made using mouse).
Actual result
The content gets replaced.
Other details (browser, OS, CKEditor version, installed plugins)
Chrome/Safari on OS X.
Change History (4)
comment:1 Changed 8 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 8 years ago by
comment:4 Changed 7 years ago by
Summary: | Unable to replace readonly content after select all. → It's possible to replace readonly content after select all. |
---|
When using keyboard to select all, the fillers are added and content is no longer considered as non-editable as a whole by the editor.