Opened 12 years ago
Closed 12 years ago
#9573 closed Bug (fixed)
[IE] Magicline mouseout is buggy
Reported by: | Olek Nowodziński | Owned by: | Olek Nowodziński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.0.1 |
Component: | General | Version: | 4.0 |
Keywords: | Cc: |
Description
- Open http://ckeditor4.t/ckeditor/samples/magicline.html
- Reveal ML.
- Keep the mouse on ML and move it towards the right scrollbar.
- Mouse leaves the editor but ML doesn't hide.
Change History (4)
comment:1 Changed 12 years ago by
Status: | new → assigned |
---|
comment:2 Changed 12 years ago by
Status: | assigned → review |
---|
comment:3 Changed 12 years ago by
Status: | review → review_passed |
---|
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed issue with git:654dad6. The problem was the delayed line hide feature (on editable mouseout), which was distorted by mousemove event callback in IE (it was executed after mouseout callback). I removed this feature since it was minor and somehow obsolete.
Created t/9573@cksource.