On 10.03.2010, at 0:49, Davide Ficano wrote:
I can do that on Firefox using document.createRange() and window.getSelection().addRange() but it seems not supported on Webkit.
WebKit doesn't support disjoint selections, that's correct. The addRange method is exposed, but its behavior is somewhat different due to this.
- WBR, Alexey Proskuryakov _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

