This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 15420 - [Shadow]: Specify selection and DOM ranges
Summary: [Shadow]: Specify selection and DOM ranges
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - Component Model (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Dimitri Glazkov
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 14978
  Show dependency treegraph
 
Reported: 2012-01-04 16:50 UTC by Dimitri Glazkov
Modified: 2012-01-06 18:41 UTC (History)
0 users

See Also:


Attachments

Description Dimitri Glazkov 2012-01-04 16:50:00 UTC
We need to understand very well how these work in shadow DOM subtrees.
Comment 1 Dimitri Glazkov 2012-01-06 18:41:20 UTC
http://dvcs.w3.org/hg/webcomponents/rev/3fb19f98bead

This is not entirely satisfactory, since the spec currently states that content in shadow DOM subtree may never be retrieved using window.getSelection(). However, I don't know how to fix that at the moment.

Also, shadow DOM clearly calls for multiple-range selection, but there be dragons.

Bug 15444 filed to track fixing this.