Opened 11 years ago
Last modified 11 years ago
#10949 confirmed Bug
[Webkit] Readonly editor elementspath selection doesn't select as expected. — at Initial Version
Reported by: | Joel | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 Beta |
Keywords: | Blink Firefox | Cc: |
Description
When the editor is readonly clicking an element in elementspath does not truly select it in Chrome. In IE 9 it works.
- Go to ckeditor.com/demo
- Scroll down to the mission crew table and click to focus it
- Click "table" in elementspath
- The table is selected, but the selection color is gray. Notice that the copy icon is enabled.
- Press Ctrl-C to try and copy the selection
- Make the editor editable and try to paste or paste in some other program -> fail.
Workaround: select the table with the mouse and copy it then (notice the blue selection instead of the gray one in step 3). This is really difficult to control though as the mouse selection is not accurate or easy. This is difficult when for example trying to copy long or nested tables.