[Webkit-unassigned] [Bug 12250] No support for "control selections" like in FF and IE (affects TinyMCE, FCKEditor and Vox)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 4 08:23:11 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=12250





--- Comment #24 from Frederico Caldeira Knabben <fredck at fredck.com>  2011-04-04 08:23:10 PST ---
(In reply to comment #23)
> Stated more generally, clicking on an element with unselectable children should select the element?

This sounds correct and it's a good way to define it.

> For example, the following cases?
> <img>
> <input>
> <textarea>
> <div style="-webkit-user-select:none">foo</div>

Correct. I would also add <span contenteditable=false> and the such. Basically, anything that can't be edited inside.

> I'm not sure what the ask is for tables. If you click on a table, presumably we should be putting a text cursor inside the table.

IE makes it possible to select the table only, by clicking on it's border. It's a nice feature. Firefox instead has another nice one, where you can click and drag through table cells to select them. So even cell selection is possible. Those features, while not totally required, are definitely wanted.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list