New issue
Advanced search Search tips

Issue 851050 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

DCHECK: position.IsConnected()

Project Member Reported by ekaramad@chromium.org, Jun 8 2018

Issue description

Chrome Version: 69.0.3452.0

What steps will reproduce the problem?
(1) Navigate to data:text/html, <button> Hello </button>
(2) Select the text in button.
(3) Open devtools and type: $("button").createShadowRoot().textContent = "";
(4) Click the button.

This fires a dcheck in "selection_template.cc".
 

Sign in to add a comment