[webkit-dev] Non adjacent cells selection in HTML tables
Davide Ficano
davide.ficano at gmail.com
Wed Mar 10 00:49:48 PST 2010
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
More information about the webkit-dev
mailing list