Opened 11 years ago
Closed 11 years ago
#12325 closed Bug (wontfix)
[IE10] selection doesn't collapse on Shift + Left button
| Reported by: | Artur Delura | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | IE | Cc: |
Description
Browser: [IE10] Works fine on IE11. Since: 3.6.0
- Open editor with following content and caret position:
<p>^Hello.</p>
- Press and hold
Shiftbutton.
- Press
endbutton.
Whole text is selected.
- While keep holding
Shiftbutton pressLeft arrowbutton.
Actual result: Selection doesn't change.
Expected result: last character is not selected.
Change History (1)
comment:1 Changed 11 years ago by
| Keywords: | IE added |
|---|---|
| Resolution: | → wontfix |
| Status: | new → closed |

Problem can be reproduced from CKEditor 3.0 in IE8-10.
I don't think this is something we can fix as it works exactly the same way as in native contenteditable elements. After consulting this issue with @Reinmar we have decided to mark this ticket as "won't fix".