[IE] Focus is broken in several cases.
- Go to http://ckeditor4.t/ckeditor/samples/api.html
- Change the content of textarea (by editing the sample, not by editor's source view)
<table>
<tr>
<td>cell</td>
</tr>
</table>
<br />
<hr style="margin: 30px 0"/>
<ol>
<li>item</li>
</ol>
- Click inside of the first table cell. No focus.
- Blur the editor. Click the list item. Now the editor has focus (
editor1 is focused
).
- IE7+ (tested).
- This may refer to #9224. However the solution proposed in that ticket doesn't fix this problem.
- The problem has been found while working on #9251.
Change History (4)
Owner: |
set to Garry Yao
|
Status: |
new →
review
|
Component: |
General →
Core : Focus
|
Status: |
review →
review_passed
|
Resolution: |
→ fixed
|
Status: |
review_passed →
closed
|
There's a problem with the (focus event) bubbling check, on editable element.