soccerloway / quill-better-table

Module for better table in Quill, more useful features are supported.
MIT License
313 stars 120 forks source link

Table column tool and right-click menu are both disappeared in edge broswer. #9

Closed soccerloway closed 5 years ago

soccerloway commented 5 years ago

Table column tool and right-click menu are both disappeared in edge broswer. It seems a Compatibility issue. Maybe events are fail to listen.

soccerloway commented 5 years ago

This problem is caused by Event.path, Event.path is only achieved in chrome. There is a W3C standard for this: Event.composedPath(), safari/ff have already support it, but ie/edge have not. In edge, it fell back to a iterative function.