WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 83244
[mac] WKTR should always keep its windows offscreen
https://bugs.webkit.org/show_bug.cgi?id=83244
Summary
[mac] WKTR should always keep its windows offscreen
Tim Horton
Reported
2012-04-04 19:46:57 PDT
Tests that use window.resize jump onto the main display. This is really annoying. I have a patch.
Attachments
patch
(2.80 KB, patch)
2012-04-04 19:59 PDT
,
Tim Horton
simon.fraser
: review+
simon.fraser
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2012-04-04 19:47:10 PDT
<
rdar://problem/11188764
>
Tim Horton
Comment 2
2012-04-04 19:59:59 PDT
Created
attachment 135749
[details]
patch
Simon Fraser (smfr)
Comment 3
2012-04-04 20:16:32 PDT
Comment on
attachment 135749
[details]
patch View in context:
https://bugs.webkit.org/attachment.cgi?id=135749&action=review
> Tools/WebKitTestRunner/mac/PlatformWebViewMac.mm:79 > + if(_shouldUseFakeOrigin)
Space after if.
> Tools/WebKitTestRunner/mac/PlatformWebViewMac.mm:83 > + else > + return currentFrame; > +}
No else after a return.
Tim Horton
Comment 4
2012-04-04 21:29:39 PDT
(In reply to
comment #3
)
> (From update of
attachment 135749
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=135749&action=review
> > > Tools/WebKitTestRunner/mac/PlatformWebViewMac.mm:79 > > + if(_shouldUseFakeOrigin) > > Space after if. > > > Tools/WebKitTestRunner/mac/PlatformWebViewMac.mm:83 > > + else > > + return currentFrame; > > +} > > No else after a return.
Thanks! Landed in
http://trac.webkit.org/changeset/113288
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug