mir3z / texthighlighter

-- NO LONGER MAINTAINED -- TextHighlighter allows you to highlight text on web pages.
http://mir3z.github.com/texthighlighter/
MIT License
230 stars 101 forks source link

insertBefore #19

Open evgen-d opened 8 years ago

evgen-d commented 8 years ago

If I highlight first word in other highlighted text, then this word moved to the end of parent highlighting.

Like this: allows you to highlight text on web pages*TextHighlighter*. Just select it!

It's happened because .insertBefore(el, null) behaves like .appendChild(el)

adamabdelaziz-zz commented 8 years ago

did you ever come up with a solution to this issue