[Webkit-unassigned] [Bug 99567] New: Web Inspector: Shadow DOM: Node removal doesn't reflect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 17 02:04:08 PDT 2012


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

           Summary: Web Inspector: Shadow DOM: Node removal doesn't
                    reflect
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org
                CC: keishi at webkit.org, pmuellr at yahoo.com,
                    pfeldman at chromium.org, yurys at chromium.org,
                    apavlov at chromium.org, loislo at chromium.org,
                    vsevik at chromium.org,
                    webcomponents-bugzilla at chromium.org,
                    web-inspector-bugs at googlegroups.com


Created an attachment (id=169129)
 --> (https://bugs.webkit.org/attachment.cgi?id=169129&action=review)
Screenshot

Environment:
  Google Chrome 24.0.1298.0 canary

Steps to reproduce
0. Enable "Show Shadow DOM" in "General" tab of DevTools setting
1. Open data:text/html,<input type=time>
2. "Inspect Element" on the time field
3. In the Elements panel, expand all of shadow nodes of the time field.  You'll see two or three <span>s with some aria attributes.
4. Make sure selecting the time field in the Elements panel
5. Open JavaScript console
6. Type   $0.value = "23:59";
7. Observe the shadow nodes

Expected:
 Shadow nodes in the Elements panel are replaced for the value "23:59"

Actual:
 Shadow nodes for "23:59" are appended in the Elements panel.  See attached screenshot.

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