[Webkit-unassigned] [Bug 97056] New: Web Inspector: Modifications in a shadow tree don't update the Elements panel.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 18 18:26:26 PDT 2012


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

           Summary: Web Inspector: Modifications in a shadow tree don't
                    update the Elements panel.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com, apavlov at chromium.org,
                    loislo at chromium.org,
                    webcomponents-bugzilla at chromium.org


1. Enable Developer Tools experiments in Google Chrome 23.0.1270.0
2. Open data:text/html,<input type=search>
3. Right click on the search field, and select "Inspect Element"
4. Expand child nodes of <input type=search> in the Elements panel.  It will show:

▼<input type="search">
  ▼#shadow-root
    ▼<div>
        <div></div>
      ▼<div>
          <div></div>  …(A)
        </div>
        <div></div>
      </div>
  </input>

5. Type something into the search field

Expected:
 (A) in the Elements panel should be updated for something typed in the step 5.

Actual:
 (A) keeps empty.

-- 
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