Opened 11 years ago

Closed 11 years ago

#10168 closed Bug (expired)

Error on mouse hover in scroll bar

Reported by: Diwas Bhattarai Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

I am facing issue regarding CKEditor scroll bar on IE version 9 after enabling the script debugging(other) in IE advanced options . When ever i hover mouse on the scroll bar i get error on this code

var b=this.$;return a.type!=CKEDITOR.NODE_ELEMENT?b.contains(a.getParent().$):b!=a.$&&b.contains(a.$)

Attachments (1)

ckeditor.png (11.6 KB) - added by Diwas Bhattarai 11 years ago.

Download all attachments as: .zip

Change History (3)

Changed 11 years ago by Diwas Bhattarai

Attachment: ckeditor.png added

comment:1 Changed 11 years ago by Jakub Ś

Status: newpending

I have turned that option ON plus notification on every error but didn't have problems.

  1. Can this be reproduced on demo page or in default CKEditor without any customizations or only in editor working with some custom plugins or your application? If second then this might be the source of the problem and not CKEditor.
  2. Which editor do you use - version and plugins? If possible please attach build-config.js.
  3. Have you made any changes to core code or added some custom plugins?
  4. Have you got any other setting in IE except default or this is the only one?
  5. Any chance for providing reduced sample HTML page showing this problem?

comment:2 Changed 11 years ago by Jakub Ś

Resolution: expired
Status: pendingclosed
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