RESOLVED FIXED 92385
Web Inspector: element tag disappears after editing
https://bugs.webkit.org/show_bug.cgi?id=92385
Summary Web Inspector: element tag disappears after editing
Andrey Kosyakov
Reported 2012-07-26 08:28:26 PDT
0. Navigate to http://webkit.org 1. Open Web Inspector 2. Switch to Elements panel 3. Double-click on any element (e.g. <div id="title" ...>") 4. Edit attribute (e.g. add an attribute) 5. Press Enter 6. Observe that the element tag is replaced with whitespace. 7. Hover mouse over where the tag used to be -- observe it's visible again.
Attachments
Patch (2.88 KB, patch)
2012-07-26 10:09 PDT, Pavel Feldman
no flags
Pavel Feldman
Comment 1 2012-07-26 10:09:28 PDT
Vsevolod Vlasov
Comment 2 2012-07-27 00:35:04 PDT
Comment on attachment 154678 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=154678&action=review > Source/WebCore/inspector/front-end/ElementsTreeOutline.js:2041 > + var hidePanelWhileUpdating = this._recentlyModifiedNodes.length > 10; Please extract a const here.
WebKit Review Bot
Comment 3 2012-07-30 02:25:38 PDT
Comment on attachment 154678 [details] Patch Clearing flags on attachment: 154678 Committed r124007: <http://trac.webkit.org/changeset/124007>
WebKit Review Bot
Comment 4 2012-07-30 02:25:42 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.