Opened 10 years ago
Closed 10 years ago
#12321 closed Bug (fixed)
[IE] pressing backspace / delete does not fire editor#change
Reported by: | Marek Lewandowski | Owned by: | Marek Lewandowski |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.4.4 |
Component: | Core : Undo & Redo | Version: | 4.4.4 |
Keywords: | IE | Cc: |
Description
- open any sample with CKEditor (i.e. samples/replacebyclass.html)
- add an change listener using console:
CKEDITOR.instances.editor1.on( 'change', function() { console.log( 'change event' ); } );
- click somewhere in the middle of the text
- press
backspace
Expected result:
Change event should be fired / console log should appear.
Current result:
Change event is not fired.
additional info:
- tested in IE8 and IE9
Change History (7)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Keywords: | IE added |
---|---|
Milestone: | → CKEditor 4.4.5 |
Status: | new → confirmed |
Version: | → 4.4.4 (GitHub - master) |
Reproducible in IE8-11.
It is confirmed and what is more it seems to work in CKEditor 4.4.3 but not on master so it looks like regression.
@Reinmar are you sure about 4.4.5?
comment:4 Changed 10 years ago by
Owner: | set to Marek Lewandowski |
---|---|
Status: | confirmed → review |
comment:5 Changed 10 years ago by
Status: | review → review_passed |
---|
I'm OK with the fix, it looks fine.
Please separate changes in tests from the rest of code before merging into master.
comment:6 Changed 10 years ago by
Please separate changes in tests from the rest of code before merging into master.
That's not necessary, unless there was some refactorisation. We accept fix+tests in one commit.
comment:7 Changed 10 years ago by
Milestone: | CKEditor 4.4.5 → CKEditor 4.4.4 |
---|---|
Resolution: | → fixed |
Status: | review_passed → closed |
Changed milestone to 4.4.4.
Fixed with git:67f620b8c2 (merged to master) at dev.
If it's confirmed please assign it to 4.4.5.