Bug 18028 - Inspecting Acid2 messes up its layout
Summary: Inspecting Acid2 messes up its layout
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: http://hixie.ch/tests/evil/acid/002/#top
Keywords: NeedsReduction
Depends on:
Blocks:
 
Reported: 2008-03-23 14:54 PDT by Gavin Sherlock
Modified: 2008-12-11 12:54 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Sherlock 2008-03-23 14:54:52 PDT
Steps to reproduce:

1.  Go to http://hixie.ch/tests/evil/acid/002/#top
2.  Right Click on "World" and select Inspect Element
3.  Mouse over DOM nodes in Inspector - specifically, it is the body node that seems to mess it up.

Expected Results:
Rendering shouldn't change
Actual Results:
Rendering changes significantly

Tested with r31232 on 10.4.11 in a MacPro
Comment 1 Timothy Hatcher 2008-05-25 14:17:35 PDT
THis happens because we scroll the page when highlighting DOM nodes. Maybe we should not scroll?
Comment 2 Robert Blaut 2008-07-17 00:19:32 PDT
As I tested today the issue isn't visible any more. One exception: highlighting <div class="intro"> causes acid2 test to scroll up, after scrolling back the face is rendered to low causes intentional failure since hat is always rendered in the same place. But this scrolling issue doesn't break entire face as observed in earlier builds. So we can probably close the bug report as fixed. Any confirmations?
Comment 3 Gavin Sherlock 2008-12-11 12:54:52 PST
This appears to be completely fixed when I tested in r39090.  Note sure when it was fixed, but closing as FIXED