Opened 11 years ago
Last modified 11 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 )
- Add resize event listener to editor instance.
- 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 11 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 11 years ago by
Keywords: | IE8 added |
---|---|
Status: | new → confirmed |
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.