Opened 10 years ago

Last modified 10 years ago

#12357 confirmed Bug

[IE8] Call maximize command fire resize event twice

Reported by: Artur Delura Owned by:
Priority: Normal Milestone:
Component: General Version: 3.4.1
Keywords: IE8 Cc:

Description (last modified by Artur Delura)

  1. Add resize event listener to editor instance.
  2. Click maximize button or exec command by code.

Actucal result: resize event has been called twice.

Probably reason: As far as I see, getting dimension properties like clientWidth fire resize event.

Commented tests: https://github.com/cksource/ckeditor-dev/commit/95680bc261861a30a3b6ef65c7a9fe016ac86f85

Change History (2)

comment:1 Changed 10 years ago by Artur Delura

Description: modified (diff)

comment:2 Changed 10 years ago by Jakub Ś

Keywords: IE8 added
Status: newconfirmed
Version: 3.4.1

Problem can be reproduced from CKEditor 3.4.1 in IE8. Before this version (from CKE 3.0) resize event was fired 4 times.

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