Editor throws an exception when destroyed shortly after it was created #2257
Labels
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.
target:minor
Any docs related issue that can be merged into a master or major branch.
type:bug
A bug.
Milestone
Type of report
Bug
Provide detailed reproduction steps (if any)
There's a possible race condition if you delete the editor right after it was instantiated.
Expected
Nothing happens.
Actual
Uncaught TypeError: Cannot read property 'allow' of undefined
exception is being thrown.Note that it could sometimes require like 3 or 5 attempts to repro.
Other details
Originaly reported in old tracker as #14613.
The text was updated successfully, but these errors were encountered: