ckeditor / ckeditor4-sdk

A set of software development tools for CKEditor 4 along with samples.
Other
18 stars 21 forks source link

Accessibility Checker sample is broken #197

Closed AnnaTomanek closed 7 years ago

AnnaTomanek commented 7 years ago

http://sdk.ckeditor.com/samples/accessibilitychecker.html

When you enable AC, the balloon panel opens but it's aligned with the bottom-left corner of the browser window and it misses some styles. screen shot 2016-11-16 at 19 43 43

When in listening mode, it again misses some styles. screen shot 2016-11-16 at 19 44 32

Reason:

ckeditor.js:77 GET http://sdk.ckeditor.com/samples/assets/plugins/balloonpanel/skins/moono-lisa/balloonpanel.css 

We forgot that before 4.6 we needed to load Balloon Panel as an external resource and it is now looking for the Moono-Lisa skin file :(