Pasting content from MS Outlook and then bolding it results in JS error #2294
Labels
good first issue
Relatively easy to fix. This is a perfect issue if you are willing to create a Pull Request.
plugin:colorbutton
The plugin which probably causes the issue.
status:confirmed
An issue confirmed by the development team.
support
An issue reported by a commercially licensed client.
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)
Ctrl+A
Ctrl+C
shortcuts.Ctrl+A
and then Backspace or Delete.Ctrl+V
Ctrl+A
Ctrl+A
to select all the content and then click on Bold button in the toolbar.Screen Cast: error.zip
Outlook Message: Sample Mail.zip
Expected result
Content gets Bold, no error are thrown in the console.
Actual result
Content gets Bold however js error is thrown:
Message: Cannot read property 'getParents' of null
File: range.js
Line: 278
Code: endParents = endNode.getParents(),
Other details
The text was updated successfully, but these errors were encountered: