ckeditor4-plugin-a11ychecker icon indicating copy to clipboard operation
ckeditor4-plugin-a11ychecker copied to clipboard

Spamming AC button will throw exception

Open mlewand opened this issue 10 years ago • 2 comments

If you'll click AC button frequently, you'll produce following exception:

Uncaught TypeError: Cannot read property 'getFocused' of null

mlewand avatar May 15 '15 09:05 mlewand

Clicking the AC button when it's already depressed is enough to reproduce this error.

Tade0 avatar Jun 06 '16 16:06 Tade0

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 the constructor.

I'll put this on review as soon as I write the tests for it.

Tade0 avatar Jun 06 '16 16:06 Tade0