[Webkit-unassigned] [Bug 44082] New: Selection.addRange() does not add a range from a node with sibling editable elements
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 16 17:32:28 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=44082
Summary: Selection.addRange() does not add a range from a node
with sibling editable elements
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh Intel
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Page Loading
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: nathan.whetsell at gmail.com
Created an attachment (id=64539)
--> (https://bugs.webkit.org/attachment.cgi?id=64539)
Test document
When a div (for example) contains sibling contentEditable elements, it is impossible to select the sibling elements simultaneously, even when adding a range containing the div to the window's selection. The attached HTML file selects a range containing a div and displays an alert containing the selection's contents. The selection is empty in WebKit; in Firefox, the selection contains the contents of the div.
--
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