fin-hypergrid / fin-hypergrid/fincanvas
Behavior Change in Chrome 5X (Don't know exactly which version) breaks dragging protection
Open
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
The following won't work in Chrome latest stable build
https://github.com/openfin/fincanvas/blob/db990dae9b1ca5c34313b2f6311651a16677eb45/src/index.js#L610
Consider the following statement is true in latest Chrome:
document.body.style.cssText = '-webkit-user-select: none'; document.body.style.cssText === 'user-select: none;'
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.