⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 243760 in webkit


Ignore:
Timestamp:
Apr 2, 2019, 2:11:50 PM (7 years ago)
Author:
Alan Bujtas
Message:

[ContentChangeObserver] Hover menus do not function on fidelity.com
https://bugs.webkit.org/show_bug.cgi?id=196507
<rdar://problem/49496520>

Reviewed by Simon Fraser.

Source/WebCore:

fidelity.com has 400ms hover intent timer to bring up the main menus.

Test: fast/events/touch/ios/content-observation/400ms-hover-intent.html

  • page/ios/ContentChangeObserver.cpp:

LayoutTests:

  • fast/events/touch/ios/content-observation/400ms-hover-intent-expected.txt: Added.
  • fast/events/touch/ios/content-observation/400ms-hover-intent.html: Added.
Location:
trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r243756 r243760  
     12019-04-02  Zalan Bujtas  <zalan@apple.com>
     2
     3        [ContentChangeObserver] Hover menus do not function on fidelity.com
     4        https://bugs.webkit.org/show_bug.cgi?id=196507
     5        <rdar://problem/49496520>
     6
     7        Reviewed by Simon Fraser.
     8
     9        * fast/events/touch/ios/content-observation/400ms-hover-intent-expected.txt: Added.
     10        * fast/events/touch/ios/content-observation/400ms-hover-intent.html: Added.
     11
    1122019-04-02  Chris Dumez  <cdumez@apple.com>
    213
  • trunk/Source/WebCore/ChangeLog

    r243758 r243760  
     12019-04-02  Zalan Bujtas  <zalan@apple.com>
     2
     3        [ContentChangeObserver] Hover menus do not function on fidelity.com
     4        https://bugs.webkit.org/show_bug.cgi?id=196507
     5        <rdar://problem/49496520>
     6
     7        Reviewed by Simon Fraser.
     8
     9        fidelity.com has 400ms hover intent timer to bring up the main menus.
     10
     11        Test: fast/events/touch/ios/content-observation/400ms-hover-intent.html
     12
     13        * page/ios/ContentChangeObserver.cpp:
     14
    1152019-04-02  Timothy Hatcher  <timothy@apple.com>
    216
  • trunk/Source/WebCore/page/ios/ContentChangeObserver.cpp

    r243752 r243760  
    4141namespace WebCore {
    4242
    43 static const Seconds maximumDelayForTimers { 350_ms };
     43static const Seconds maximumDelayForTimers { 400_ms };
    4444static const Seconds maximumDelayForTransitions { 300_ms };
    4545
Note: See TracChangeset for help on using the changeset viewer.