Bug 81965 - Lots of desktop interference from WebKitTestRunner on Mac Lion
Summary: Lots of desktop interference from WebKitTestRunner on Mac Lion
Status: REOPENED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 83244
Blocks:
  Show dependency treegraph
 
Reported: 2012-03-22 14:27 PDT by Dirk Pranke
Modified: 2012-06-19 15:14 PDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Pranke 2012-03-22 14:27:04 PDT
I consistently see pages being drawn into an unframed window at the top left corner of first space on my desktop when running NRWT; I also see lots of small images getting drawn at my mouse cursor location (overlaying whatever is currently there).

according to ap on #irc, this is unusual, so hopefully someone can take a look?
Comment 1 Dirk Pranke 2012-03-22 14:30:41 PDT
Seen on my 10.7.3 desktop using a release build of r111765. I have no idea who should look at this, so hopefully someone can get this bug pointed in the right direction.
Comment 2 mitz 2012-03-23 10:02:02 PDT
(In reply to comment #0)
> I also see lots of small images getting drawn at my mouse cursor location (overlaying whatever is currently there).

Note that those are drag images from tests that attempt dragging.
Comment 3 Dirk Pranke 2012-06-08 15:45:50 PDT
I haven't seen this in a long time, so I think this has been resolved. closing.
Comment 4 Tim Horton 2012-06-08 15:46:36 PDT
(In reply to comment #3)
> I haven't seen this in a long time, so I think this has been resolved. closing.

No, the drag icons stuff still happens. I did fix the window being on screen part.
Comment 5 Tim Horton 2012-06-08 15:48:49 PDT
Reopening for the drag images bit. Blocking on the already-fixed window bit.
Comment 6 Dirk Pranke 2012-06-08 17:18:09 PDT
ah, okay. I haven't seen the drag images in a while, either, but I might not've been looking closely.
Comment 7 Eric Seidel (no email) 2012-06-19 14:36:21 PDT
Does this not happen with ORWT?  Last time I tried running -2 I was of the impression that WebKitTestRunner/WebKit2 just hadn't had the same amount of mocking done for AppKit, etc, that DumpRenderTree does (like for the local pasteboard, drag clipboard, etc.)

I would be surprised if this had anything to do with the Python code, rather with the WebKitTestRunner code, but I could always be wrong...
Comment 8 Tim Horton 2012-06-19 15:07:26 PDT
(In reply to comment #7)
> Does this not happen with ORWT?  Last time I tried running -2 I was of the impression that WebKitTestRunner/WebKit2 just hadn't had the same amount of mocking done for AppKit, etc, that DumpRenderTree does (like for the local pasteboard, drag clipboard, etc.)
> 
> I would be surprised if this had anything to do with the Python code, rather with the WebKitTestRunner code, but I could always be wrong...

This is definitely a WKTR issue, and the rest of what you're saying is correct.
Comment 9 Dirk Pranke 2012-06-19 15:09:34 PDT
removing the nrwt keyword :) I got carried away with my keywording exuberance.