efatmarker
efatmarker copied to clipboard
This javascript library allows you to add a text highlighter to your web pages, which gives the users of your site the ability to share with others their own highlighted text passages on your web page...
If there are multiple highlighted passages in the page, it would be useful to have a minimal UI to navigate (scroll to) from one highlight to the next, especially useful...
In Chromium, range.endContainer can be a non-text type of node, which then cause EFatMarker.normalizeOffset() to fail and return -1 as the normalized offset. Result: what should be a valid selection...