rangefix
rangefix copied to clipboard
Workaround for browser bugs in Range.prototype.getClientRects and Range.prototype.getBoundingClientRect.
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.8.3 to 15.10.1. Release notes Sourced from stylelint's releases. 15.10.1 Security: fix for semver vulnerability (#7043) (@romainmenke). Fixed: invalid option regression on Windows 10 (#7043) (@romainmenke). 15.10.0...
When we select text '**_Vestibulum neque massa, scelerisque sit amet ligula eu, congue molestie mi. Praesent ut varius sem. Nullam at porttitor arcu, nec lacinia nisi. Ut ac dolor vitae...
How to reproduce: 1. Open http://edg2s.github.io/rangefix/ in Firefox 82.0.2 2. Triple click to select the whole line with the example image 3. 
in edge no rects are returned in ie not all rects are returned in firefox rects returned are not sorted
All versions of IE/Edge don't handle bi-di text correctly. It's possible there is no performant way to fix this, but worth investigating. 