WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
190897
REGRESSION (
r237331
): DismissingActionSheetShouldNotDismissPresentingViewController times out
https://bugs.webkit.org/show_bug.cgi?id=190897
Summary
REGRESSION (r237331): DismissingActionSheetShouldNotDismissPresentingViewCont...
Tim Horton
Reported
2018-10-24 23:11:44 PDT
This test is timing out because it's trying to simulate a long press on a unparented WKWebView. After
r237331
, you can't interact with an unparented WKWebView via gesture recognizers. It's extremely unclear why presenting the TestWKWebViewController on the root view controller in the navigation controller doesn't parent it, but it doesn't; the view hierarchy stops at the root view controller's view. I'm going to disable the test for now since this is clearly a test infrastructure problem, and I'll enlist Wenson's help to repair it.
Attachments
Add attachment
proposed patch, testcase, etc.
Tim Horton
Comment 1
2018-10-24 23:13:03 PDT
Test disabled in
https://trac.webkit.org/changeset/237407/webkit
Wenson Hsieh
Comment 2
2018-10-24 23:19:10 PDT
(In reply to Tim Horton from
comment #0
)
> This test is timing out because it's trying to simulate a long press on a > unparented WKWebView. > > After
r237331
, you can't interact with an unparented WKWebView via gesture > recognizers. > > It's extremely unclear why presenting the TestWKWebViewController on the > root view controller in the navigation controller doesn't parent it, but it > doesn't; the view hierarchy stops at the root view controller's view.
Strange indeed. I wonder if this is due to TestWebKitAPI not being a UI application...
> > I'm going to disable the test for now since this is clearly a test > infrastructure problem, and I'll enlist Wenson's help to repair it.
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