[Webkit-unassigned] [Bug 90614] New: Web Inspector's Element panel DOM tree loses an element whose DOM attribute has been edited

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 5 08:47:21 PDT 2012


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

           Summary: Web Inspector's Element panel DOM tree loses an
                    element whose DOM attribute has been edited
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: apavlov at chromium.org
                CC: keishi at webkit.org, pmuellr at yahoo.com,
                    pfeldman at chromium.org, yurys at chromium.org,
                    rniwa at webkit.org, tkent at chromium.org,
                    apavlov at chromium.org, inferno at chromium.org


1. Open Web Inspector/DevTools, switch to the Elements panel
2. Double-click and modify any DOM attribute value, hit Enter

The element whose attribute has been modified disappears (turns into a white space). This issue can be fixed by removing "this._treeOutline.element.addStyleClass("hidden");" in Source/WebCore/inspector/front-end/ElementsTreeOutline.js's _updateModifiedNodes() (which hides the entire DOM tree before updating). So this looks like a WebCore rendering issue. Some of you guys may have dealt with similar issues recently (like display value update, https://bugs.webkit.org/show_bug.cgi?id=74976), hence CC'ing you.

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