Bug 90614 - Web Inspector's Element panel DOM tree loses an element whose DOM attribute has been edited
Summary: Web Inspector's Element panel DOM tree loses an element whose DOM attribute h...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-05 08:47 PDT by Alexander Pavlov (apavlov)
Modified: 2012-09-21 03:54 PDT (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pavlov (apavlov) 2012-07-05 08:47:20 PDT
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.
Comment 1 Alexander Pavlov (apavlov) 2012-09-21 03:54:28 PDT
Fixed by pfeldman about 2-3 months ago.