RESOLVED FIXED 38432
Web Inspector: IMG nodes are being added to the DOM tree late, sometimes hiding the revealed element.
https://bugs.webkit.org/show_bug.cgi?id=38432
Summary Web Inspector: IMG nodes are being added to the DOM tree late, sometimes hidi...
Pavel Feldman
Reported 2010-05-02 05:12:06 PDT
IMG dimensions tooltip calculation postpones img element addition, as a result it gets added to the tree outline after the reveal command, shifting the stuff.
Attachments
[PATCH] Proposed fix. (7.50 KB, patch)
2010-05-02 05:21 PDT, Pavel Feldman
no flags
Pavel Feldman
Comment 1 2010-05-02 05:21:21 PDT
Created attachment 54871 [details] [PATCH] Proposed fix.
WebKit Commit Bot
Comment 2 2010-05-02 10:04:43 PDT
Comment on attachment 54871 [details] [PATCH] Proposed fix. Rejecting patch 54871 from commit-queue. Failed to run "['WebKitTools/Scripts/run-webkit-tests', '--no-launch-safari', '--exit-after-n-failures=1', '--quiet']" exit_code: 1 Running build-dumprendertree Compiling Java tests make: Nothing to be done for `default'. Running tests from /Users/eseidel/Projects/CommitQueue/LayoutTests Testing 18287 test cases. inspector/elements-img-tooltip.html -> failed Exiting early after 1 failures. 14623 tests run. 231.83s total testing time 14622 test cases (99%) succeeded 1 test case (<1%) had incorrect layout 6 test cases (<1%) had stderr output Full output: http://webkit-commit-queue.appspot.com/results/2031018
Pavel Feldman
Comment 3 2010-05-02 11:32:20 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ... M LayoutTests/inspector/elements-img-tooltip.html M WebCore/ChangeLog M WebCore/inspector/front-end/ElementsTreeOutline.js Committed r58657
Note You need to log in before you can comment on or make changes to this bug.