WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
146166
Selection services cannot be invoked when force click is enabled
https://bugs.webkit.org/show_bug.cgi?id=146166
Summary
Selection services cannot be invoked when force click is enabled
Tim Horton
Reported
2015-06-19 15:13:22 PDT
Selection services cannot be invoked when force click is enabled
Attachments
Patch
(15.67 KB, patch)
2015-06-19 15:13 PDT
,
Tim Horton
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Tim Horton
Comment 1
2015-06-19 15:13:41 PDT
Created
attachment 255233
[details]
Patch
Darin Adler
Comment 2
2015-06-19 16:25:22 PDT
Comment on
attachment 255233
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=255233&action=review
> Source/WebCore/page/mac/ServicesOverlayController.h:72 > + TelephoneNumberType = 1 << 1, > + SelectionType = 1 << 2,
Why skip 1 << 0?
> Source/WebCore/page/mac/ServicesOverlayController.h:74 > + typedef uint32_t Type;
Hmm, 32 bits to hold 2 bits. I guess that’s OK.
Tim Horton
Comment 3
2015-06-19 16:41:39 PDT
http://trac.webkit.org/changeset/185778
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug