Bug 9403 - Red outline from Web Inspector appears above all other OS X windows
Summary: Red outline from Web Inspector appears above all other OS X windows
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-11 12:56 PDT by David Kilzer (:ddkilzer)
Modified: 2006-12-28 05:10 PST (History)
2 users (show)

See Also:


Attachments
Make the highlight window a child window (3.56 KB, patch)
2006-12-26 12:23 PST, mitz
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2006-06-11 12:56:17 PDT
Steps to Reproduce:

1. Launch a recent WebKit nightly build (I used a locally-built r14810).
2. Navigate to a web page (e.g., http://www.apple.com/).
3. Right-click in the web page and select "Inspect Element".
4. Click on a link in the web page, or navigate to another URL.
5. QUICKLY switch to another application (via Command-Tab) that has a window which partially or totally obscures the Safari window.

Expected Results:

The red outline appears only within the Safari window that's reloading.

Actual Results:

The red outline appears above all other windows whether they're Safari browser windows or windows from other applications.

Regression:

N/A since the Web Inspector is not available in production Safari releases.

Notes:

Tested on Mac OS X 10.4.6 (8I127/PowerPC) with Safari 2.0.3 (417.9.3) and WebKit r14810.

See also Bug 8672.
Comment 1 David Kilzer (:ddkilzer) 2006-06-11 13:00:53 PDT
More info from IRC:

mitz: ddkilzer: i think xenon told me that he'd tried to do it using child windows once and ran into some problems, but it's worth trying again
[...]
xenon: ddkilzer: yes mitz is right, i ran into a weird window repainting white problem when i tried child windows
xenon: but we are using child windows for other things just fine
Comment 2 mitz 2006-12-26 12:23:08 PST
Created attachment 12042 [details]
Make the highlight window a child window

I tested this on an iMac G5 and didn't notice any repainting issues.
Comment 3 Geoffrey Garen 2006-12-26 12:57:15 PST
Comment on attachment 12042 [details]
Make the highlight window a child window

r=me
Comment 4 Sam Weinig 2006-12-27 16:17:52 PST
Landed in r18445.