Opened 12 years ago
Closed 12 years ago
#9234 closed Bug (fixed)
[IE7,8] Magicline leaks out of an inline editor
Reported by: | Olek Nowodziński | Owned by: | Olek Nowodziński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.0 |
Component: | General | Version: | 4.0 |
Keywords: | Cc: |
Description
- Open http://ckeditor4.t/ckeditor/samples/inlinebycode.html
- Follow the attached video.
- Can be reproduced in either IE7 or 8.
Attachments (3)
Change History (13)
comment:1 Changed 12 years ago by
Status: | new → assigned |
---|
Changed 12 years ago by
Attachment: | ie7MagiclineLeak.ogv added |
---|
comment:2 Changed 12 years ago by
Summary: | [IE] Magicline leaks out of an inline editor → [IE7,8] Magicline leaks out of an inline editor |
---|
Changed 12 years ago by
Attachment: | ie78_ceditable_mousemove_bug.html added |
---|
comment:3 Changed 12 years ago by
Status: | assigned → review |
---|
comment:4 follow-up: 5 Changed 12 years ago by
I'm not able to reproduce this bug after #9251 has been masterised.
comment:5 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | review → closed |
Changed 12 years ago by
Attachment: | mlIeLeaks.png added |
---|
comment:6 Changed 12 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
The problem is reproducible and definitely not yet resolved. The magicline is still leaking in IE7/8 (see: mlIeLeaks.png)
comment:7 Changed 12 years ago by
Status: | reopened → review |
---|
comment:8 Changed 12 years ago by
Status: | review → review_passed |
---|
I can't reproduce this. Really :) But if you're sure and you found a bug in ML code, then go ahead and masterise this fix. However, it'd good if someone else could confirm this issue :).
comment:9 Changed 12 years ago by
Wow... That's weird. Just after I've again written that I can't reproduce the issue, I reproduced it for the first time :).
comment:10 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed and masterized with this commit
Created dev branch t/9234. This issue can be considered only after #9251 is resolved.
The problem is caused by buggy mousemove listener in IE7(8) (see attached html file for further instructions).