CKeditor gets initialized, toolbar gets appended but it will not show. Styles remain set to display:none and visibility:hidden. No quirks mode, just standard IE10. It will show if i manually change the styles when inspected.
Works in Chrome,ff,saf.
Tried the demo here, and the inline toolbar works fine, so im not really sure what the issue is on my end. Not getting any errors to go by either. But something is preventing the toolbar from toggeling visibility in IE10.
Any ideas?
That's weird. What CKEditor
That's weird. What CKEditor version?
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Version 4.3 rev d2184ac
Version 4.3 rev d2184ac
Updated to 4.3.1 aswell, same
Updated to 4.3.1 aswell, same issue, not toggeling visibility
edit: (sortof fixed by adding .cke { visibility: visible!important } at the end of editor_ie.css )