Click on scrollbar throws error element.is is not a function
#663
Labels
browser:chrome
The issue can only be reproduced in the Chrome browser.
good first issue
Relatively easy to fix. This is a perfect issue if you are willing to create a Pull Request.
status:confirmed
An issue confirmed by the development team.
type:bug
A bug.
Milestone
Are you reporting a feature or a bug?
Bug
Provide detailed reproduction steps (if any)
Expected result
No error in the console.
Actual result
An error in the console:
Uncaught TypeError: element.is is not a function
Other details
An error comes from widget plugin: https://github.com/ckeditor/ckeditor-dev/blob/master/plugins/widget/plugin.js#L448
Can be simply reproduced on that page: http://sdk.ckeditor.com/samples/simplebox.html
Possible solution: add check if element has an is function here - https://github.com/ckeditor/ckeditor-dev/blob/master/plugins/widget/plugin.js#L452
There is similar issue #528 #515
The text was updated successfully, but these errors were encountered: