Changeset 248662 in webkit


Ignore:
Timestamp:
Aug 13, 2019 11:06:52 PM (5 years ago)
Author:
graouts@webkit.org
Message:

[iPadOS] slides.google.com: Cannot dismiss the context menu by tapping on the canvas
https://bugs.webkit.org/show_bug.cgi?id=200219
<rdar://problem/53650423>

Reviewed by Zalan Bujtas.

While the code change for this bug is all in code private to Safari, we add tests that check that removing implicit pointer capture
or removing the original target element while the pointer is active correctly fires the "pointerup" event at the element that hit tests
at the touch release point.

  • pointerevents/ios/pointer-events-implicit-capture-element-removed-while-pointer-active-expected.txt: Added.
  • pointerevents/ios/pointer-events-implicit-capture-element-removed-while-pointer-active.html: Added.
  • pointerevents/ios/pointer-events-implicit-capture-released-while-pointer-active-expected.txt: Added.
  • pointerevents/ios/pointer-events-implicit-capture-released-while-pointer-active.html: Added.
Location:
trunk/LayoutTests
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r248658 r248662  
     12019-08-13  Antoine Quint  <graouts@apple.com>
     2
     3        [iPadOS] slides.google.com: Cannot dismiss the context menu by tapping on the canvas
     4        https://bugs.webkit.org/show_bug.cgi?id=200219
     5        <rdar://problem/53650423>
     6
     7        Reviewed by Zalan Bujtas.
     8
     9        While the code change for this bug is all in code private to Safari, we add tests that check that removing implicit pointer capture
     10        or removing the original target element while the pointer is active correctly fires the "pointerup" event at the element that hit tests
     11        at the touch release point.
     12
     13        * pointerevents/ios/pointer-events-implicit-capture-element-removed-while-pointer-active-expected.txt: Added.
     14        * pointerevents/ios/pointer-events-implicit-capture-element-removed-while-pointer-active.html: Added.
     15        * pointerevents/ios/pointer-events-implicit-capture-released-while-pointer-active-expected.txt: Added.
     16        * pointerevents/ios/pointer-events-implicit-capture-released-while-pointer-active.html: Added.
     17
    1182019-08-13  Saam Barati  <sbarati@apple.com>
    219
Note: See TracChangeset for help on using the changeset viewer.