WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
208463
Annotate editable elements with hit test order
https://bugs.webkit.org/show_bug.cgi?id=208463
Summary
Annotate editable elements with hit test order
Daniel Bates
Reported
2020-03-02 12:34:39 PST
Until <
rdar://problem/59737118
> is fixed, annotate editable elements with their paint order towards fixing <
rdar://problem/59602885
>.
Attachments
Patch
(7.38 KB, patch)
2020-03-02 13:01 PST
,
Daniel Bates
no flags
Details
Formatted Diff
Diff
Patch
(7.41 KB, patch)
2020-03-02 13:26 PST
,
Daniel Bates
no flags
Details
Formatted Diff
Diff
To land
(7.45 KB, patch)
2020-03-02 16:58 PST
,
Daniel Bates
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2020-03-02 12:34:51 PST
<
rdar://problem/59962843
>
Daniel Bates
Comment 2
2020-03-02 13:01:52 PST
Created
attachment 392176
[details]
Patch
Daniel Bates
Comment 3
2020-03-02 13:25:11 PST
Comment on
attachment 392176
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=392176&action=review
> Source/WebKit/UIProcess/API/Cocoa/_WKTextInputContextInternal.h:39 > +- (NSUInteger)_paintOrder;
Should be @property
Daniel Bates
Comment 4
2020-03-02 13:26:20 PST
Created
attachment 392179
[details]
Patch
Wenson Hsieh
Comment 5
2020-03-02 14:21:31 PST
Comment on
attachment 392179
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=392179&action=review
> Source/WebKit/WebProcess/WebPage/WebPage.cpp:6834 > + context.paintOrder = count++;
Nit: IMO, "hitTestingOrder" would be a more relevant name, since this index is directly influenced by the order of elements as they are hit-tested (which, in turn, depends on their painting order).
Daniel Bates
Comment 6
2020-03-02 16:58:21 PST
Created
attachment 392215
[details]
To land
Daniel Bates
Comment 7
2020-03-02 16:59:18 PST
Committed
r257749
: <
https://trac.webkit.org/changeset/257749
>
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