Opened 12 years ago
Last modified 8 years ago
#11064 closed Bug
[Blink/Webkit] Can not select all when widget is last element — at Version 9
Reported by: | Piotr Jasiun | Owned by: | |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 4.6.1 |
Component: | General | Version: | 4.0 |
Keywords: | Blink Webkit | Cc: |
Description (last modified by )
- open Chrome or Opera,
- go to http://ckeditor.dev/plugins/image2/samples/image2.html
- copy image a a last element of content,
- try to select all (CTRL+A).
You should be not able to do this.
On IE10 and FF everything works fine.
You can also reproduse that bug using:
<p>AA</p> <p contenteditable="false">BB</p>
Do not forget to set allowedContent: true
on editor to use this sample code.
Related browsers bugs:
- Blink's bug: https://code.google.com/p/chromium/issues/detail?id=415474
- Webkit's bug: https://bugs.webkit.org/show_bug.cgi?id=136911
Change History (9)
comment:1 Changed 12 years ago by
Keywords: | Blink added |
---|---|
Status: | new → confirmed |
Version: | → 3.0 |
comment:2 Changed 12 years ago by
Version: | 3.0 → 4.0 |
---|
Since we no longer develop 3.0 I'm setting start version to 4.0.
comment:3 Changed 11 years ago by
Summary: | [Blink]Can not select all when widget is last element → [Blink] Can not select all when widget is last element |
---|
comment:4 Changed 11 years ago by
Most likely due to the same issue you can't also use ctrl+end
hotkey which should move cursor to the end of the document.
comment:6 Changed 11 years ago by
DUP reported: #12454.
I also noticed that we haven't reported this on Blink's and Webkit's bug trackers.
comment:7 Changed 11 years ago by
Keywords: | Webkit added |
---|---|
Summary: | [Blink] Can not select all when widget is last element → [Blink/Webkit] Can not select all when widget is last element |
comment:8 Changed 11 years ago by
Description: | modified (diff) |
---|
- Blink's bug: https://code.google.com/p/chromium/issues/detail?id=415474
- Webkit's bug: https://bugs.webkit.org/show_bug.cgi?id=136911
comment:9 Changed 11 years ago by
Description: | modified (diff) |
---|
This issue seems to be a little bit older than widgets.
With TC provided by @pjasun I wasn't able to select and copy text from CKEditor 3.0 (in both 3.x and 4.x).