IE Clipboard Access Prompt; On allow hits: Unable to get property 'plugins' of undefined or null reference #3931
Labels
core
The issue is caused by the editor core code.
regression
This issue is a regression.
status:confirmed
An issue confirmed by the development team.
type:bug
A bug.
Milestone
Type of report
Bug
Provide detailed reproduction steps (if any)
Setup steps:
Scripting > Allow Programmatic clipboard access -> Prompt
Steps to reproduce:
Expected result
After prompt Allow action the clipboard is pasted
Actual result
The content is pasted. But it triggers also undefined exception in selection,js
: Unable to get property 'plugins' of undefined or null reference
line 1974 (v4.14.0 full source)
editor.plugins.tableselection
editor is undefined
Other details
Using this build configuration, with defines plugins
build-config.txt
The error is reproducible on samples from the Build source
Thoughts on the condition
I see that on-line 2085 the editor is checked also for undefined condition.
So I wonder
The text was updated successfully, but these errors were encountered: