Bug 181817 - REGRESSION (r221092): Swipe actions are hard to perform in FastMail app
Summary: REGRESSION (r221092): Swipe actions are hard to perform in FastMail app
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-01-18 15:54 PST by Dean Jackson
Modified: 2018-01-19 14:53 PST (History)
6 users (show)

See Also:


Attachments
Patch (7.39 KB, patch)
2018-01-18 15:59 PST, Dean Jackson
no flags Details | Formatted Diff | Diff
Patch (18.18 KB, patch)
2018-01-19 13:16 PST, Dean Jackson
no flags Details | Formatted Diff | Diff
Patch (18.20 KB, patch)
2018-01-19 13:27 PST, Dean Jackson
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2018-01-18 15:54:56 PST
[iOS] Allow older apps to retain non-passive touch listeners by default
Comment 1 Dean Jackson 2018-01-18 15:56:45 PST
<rdar://problem/35274055>
Comment 2 Dean Jackson 2018-01-18 15:59:08 PST
Created attachment 331667 [details]
Patch
Comment 3 Simon Fraser (smfr) 2018-01-18 16:08:08 PST
Comment on attachment 331667 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=331667&action=review

> Source/WebCore/page/SettingsBase.cpp:349
> +    return dyld_get_program_sdk_version() > DYLD_IOS_VERSION_11_2;

It's not clear that this tests the UI process.
Comment 4 Dean Jackson 2018-01-18 16:13:49 PST
Comment on attachment 331667 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=331667&action=review

>> Source/WebCore/page/SettingsBase.cpp:349
>> +    return dyld_get_program_sdk_version() > DYLD_IOS_VERSION_11_2;
> 
> It's not clear that this tests the UI process.

It doesn't. I'll need to plumb it through from WebKit.
Comment 5 Dean Jackson 2018-01-19 13:16:11 PST
Created attachment 331776 [details]
Patch
Comment 6 Dean Jackson 2018-01-19 13:27:24 PST
Created attachment 331781 [details]
Patch
Comment 7 Dean Jackson 2018-01-19 14:53:33 PST
Committed r227240: <https://trac.webkit.org/changeset/227240>