Bug 191712 - [iOS] 2 subsequent taps are required to trigger certain tasks on the desktop version of YouTube.com
Summary: [iOS] 2 subsequent taps are required to trigger certain tasks on the desktop ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-11-15 14:04 PST by zalan
Modified: 2018-11-16 07:07 PST (History)
3 users (show)

See Also:


Attachments
Patch (4.96 KB, patch)
2018-11-15 14:16 PST, zalan
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 zalan 2018-11-15 14:04:34 PST
Settings, subtitles, full screen etc.

Let's try to reduce them to a single tap.
Comment 1 zalan 2018-11-15 14:14:51 PST
<rdar://problem/45612900>
Comment 2 zalan 2018-11-15 14:16:50 PST
Created attachment 354985 [details]
Patch
Comment 3 Simon Fraser (smfr) 2018-11-15 14:24:27 PST
Comment on attachment 354985 [details]
Patch

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

> Source/WebCore/ChangeLog:3
> +        [iOS] 2 subsequent taps are required to trigger certain tasks on the desktop version of YouTube.com

Maybe talk about :hover

> Source/WebCore/ChangeLog:10
> +        The idea here is that if the new content (result of dispatching mouseMoved) does not respond to mouse click events, it is most likely only for tooltip-like reasons.
> +        Hover-like drop down menus tend to respond to mouse click events.

I think this should mention "content observation" or WKContentObservation
Comment 4 zalan 2018-11-16 07:07:22 PST
Committed r238280: <https://trac.webkit.org/changeset/238280>