Opened 11 years ago

Closed 11 years ago

#10768 closed Bug (expired)

editor focus method broken for ie 9+

Reported by: Chris Cohen Owned by:
Priority: Normal Milestone:
Component: Core : Focus Version:
Keywords: Cc:

Description

It appears that the focus method:

focus: function() {

[IE] Use instead "setActive" method to focus the editable if it belongs to the host page document, to avoid bringing an unexpected scroll. this.$[ CKEDITOR.env.ie && this.getDocument().equals( CKEDITOR.document ) ? 'setActive' : 'focus' ]();

needs to be sensitive to IE version - 9 and 10 provoke 'Incorrect function' using 'setActive' whereas 'focus' is ok - versions 7 and 8 are ok with setActive.

Change History (2)

comment:1 Changed 11 years ago by Piotrek Koszuliński

Keywords: ie9+ removed
Status: newpending
Version: 4.2

I cannot reproduce this, because you haven't written anything about how do you test this. Please provide more details, because we again (#10729) have no idea what and how are you trying to do.

comment:2 Changed 11 years ago by Piotrek Koszuliński

Resolution: expired
Status: pendingclosed
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