Opened 10 years ago
Closed 10 years ago
#12693 closed Bug (wontfix)
[IE] Impossible to collapse selection using shortcut
Reported by: | Artur Delura | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | IE8 | Cc: |
Description
Tested on IE8
- Open editor with following content and selection:
<p>foo <strong>bar</strong> <span style="color:#ffd700">baz<u>uno<em>dos</em>tres</u>qutro</span>cinco</p>^
- Extend selection by pressing
Ctrl + Shift + left
until you reach the beginning. - Collapse selection by pressing
Cltr + Shift + right
.
Change History (2)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Keywords: | IE8 added |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Because this is browser native issue, I'm marking it as "Won't Fix".
Result is that you stop on bar but the same thing is happening in native IE8 with plain contenteditable element.