Opened 15 years ago
Closed 12 years ago
#7434 closed Bug (fixed)
[IE9] Inaccessible empty list item
| Reported by: | Garry Yao | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Lists | Version: | 3.0 |
| Keywords: | IE9 HasPatch | Cc: |
Description
With IE9 standard mode:
- Load the editor with the following input:
<ol> <li> item1</li> <li> </li> <li> item2</li> </ol>
- Try to move cursor into the second list item;
- Actual Result: It's impossible to access the middle list item
Attachments (1)
Change History (5)
comment:1 Changed 15 years ago by
| Status: | new → confirmed |
|---|
comment:2 Changed 14 years ago by
| Keywords: | HasPatch added |
|---|
comment:3 Changed 14 years ago by
I have attached patch proposed by #mrfr0g. At first glance it works fine although it was not tested thoroughly.
comment:4 Changed 12 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | confirmed → closed |
I have checked this issue in IE8-11 in CKEditor 4.3.3 but didn't get this problem.
Most likely expired on master.

This issue has also been described in #7515