I would like to be able to select *non* adjacent cells inside a <table/>.

I can do that on Firefox using document.createRange() and
window.getSelection().addRange() but it seems not supported on Webkit.

On WebKit I was able to **only** select adjacent cells for a table row
using the technique discussed (createRange() and addRange())

Maybe I miss something, may you help me?

davide
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to