Tade0
Tade0
There's an issue with this issue, take a look at these two branches: https://github.com/cksource/ckeditor-plugin-a11ychecker/tree/t/200-redundant https://github.com/cksource/ckeditor-plugin-a11ychecker/tree/t/200-broken If you comment out the listeners in `ui/Viewer`, you can still use Return/ESC/click to close...
Chrome and Firefox look good, in IE11 there's an alert that there are no accessibility issues, which is unexpected. No error in the console to indicate what could be wrong...
Clicking the AC button when it's already depressed is enough to reproduce this error.
The problem here was that `Controller.issues` is not defined during construction, although other classes expect that to be the case. Solved this by setting `Controller.issues` to an empty `IssueList` in...
I had a similar issue when I was trying to change the type of the primary key in one table and my workaround was to: 1. Remove from the schema...