[webkit-changes] [WebKit/WebKit] b890f0: Remove Quirk shouldDispatchSimulatedMouseEvents fo...

Karl Dubost noreply at github.com
Thu Aug 10 12:46:30 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b890f0fda2ec85e4b186cc8172fb301e31ab6c9d
      https://github.com/WebKit/WebKit/commit/b890f0fda2ec85e4b186cc8172fb301e31ab6c9d
  Author: Karl Dubost <karlcow at apple.com>
  Date:   2023-08-10 (Thu, 10 Aug 2023)

  Changed paths:
    M Source/WebCore/page/Quirks.cpp

  Log Message:
  -----------
  Remove Quirk shouldDispatchSimulatedMouseEvents for iqiyi.com
https://bugs.webkit.org/show_bug.cgi?id=260015
rdar://108958661

Reviewed by Brent Fulgham.

The quirk was introduced to allow interaction with the website on
first tap. After testing again, the current Quirk has no effect on
the usability of the site. The controls can be dragged for position
in the video or the volume of the audio, but they can be changed on
a simple tab both with/without the Quirk and fullscreen or not.

* Source/WebCore/page/Quirks.cpp:
(WebCore::Quirks::shouldDispatchSimulatedMouseEvents const):

Canonical link: https://commits.webkit.org/266774@main




More information about the webkit-changes mailing list