Changeset 247552 in webkit


Ignore:
Timestamp:
Jul 17, 2019 6:21:25 PM (5 years ago)
Author:
Megan Gardner
Message:

Set WordIsNearTap flag, was not being set at all before
https://bugs.webkit.org/show_bug.cgi?id=199880

Reviewed by Wenson Hsieh.

  • WebProcess/WebPage/ios/WebPageIOS.mm:

(WebKit::WebPage::selectWithGesture):

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r247547 r247552  
     12019-07-17  Megan Gardner  <megan_gardner@apple.com>
     2
     3        Set WordIsNearTap flag, was not being set at all before
     4        https://bugs.webkit.org/show_bug.cgi?id=199880
     5
     6        Reviewed by Wenson Hsieh.
     7
     8        * WebProcess/WebPage/ios/WebPageIOS.mm:
     9        (WebKit::WebPage::selectWithGesture):
     10
    1112019-07-17  Jiewen Tan  <jiewen_tan@apple.com>
    212
  • trunk/Source/WebKit/WebProcess/WebPage/ios/WebPageIOS.mm

    r247530 r247552  
    13651365                    result = wordRange->endPosition();
    13661366            }
     1367            flags = WordIsNearTap;
    13671368        } else if (atBoundaryOfGranularity(position, WordGranularity, DirectionBackward)) {
    13681369            // The position is at the end of a word.
Note: See TracChangeset for help on using the changeset viewer.