Opened 12 years ago

Closed 12 years ago

#9283 closed Bug (fixed)

[IE] Focus is broken in several cases.

Reported by: Olek Nowodziński Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 4.0
Component: Core : Focus Version: 4.0
Keywords: Cc:

Description

  1. Go to http://ckeditor4.t/ckeditor/samples/api.html
  2. 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>
    
  3. Click inside of the first table cell. No focus.
  4. 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)

comment:1 Changed 12 years ago by Garry Yao

Owner: set to Garry Yao
Status: newreview

There's a problem with the (focus event) bubbling check, on editable element.

comment:2 Changed 12 years ago by Garry Yao

Component: GeneralCore : Focus

comment:3 Changed 12 years ago by Frederico Caldeira Knabben

Status: reviewreview_passed

comment:4 Changed 12 years ago by Garry Yao

Resolution: fixed
Status: review_passedclosed
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy