Open
Description
If the prefix/exact/suffix starts/ends in the middle of a word, Chrome's will not scroll or highlight the text fragment.
E.g. dom-anchor-text-quote produces a prefix/suffix like the following:
But Chrome will only scroll to the link if we remove all newlines (%0A
) and if the prefix text uses complete words (replace n%20oasis
with an%20oasis
.)
An (easy?) fix would be to expand the selection start/end not to split a word.