timdown / rangy

A cross-browser JavaScript range and selection library.
MIT License
2.24k stars 368 forks source link

getBookmark and moveToBookmark doesn't work properly with comment nodes in HTML markup #406

Open magmel48 opened 8 years ago

magmel48 commented 8 years ago

Hi,

first of all - thank you for the great library!

I faced with strange behavior. When I tried serialize selection with getBookmark method (on body), added comments node into body like <!-- progress-bar --> and called moveToBookmark for new markup (but there are no changes in visible text!), selection was restored on wrong letters.

Why comments nodes matter for bookmark?