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
Patch (7.41 KB, patch)
2020-03-02 13:26 PST, Daniel Bates
no flags
To land (7.45 KB, patch)
2020-03-02 16:58 PST, Daniel Bates
no flags
Radar WebKit Bug Importer
Comment 1 2020-03-02 12:34:51 PST
Daniel Bates
Comment 2 2020-03-02 13:01:52 PST
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
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
Daniel Bates
Comment 7 2020-03-02 16:59:18 PST
Note You need to log in before you can comment on or make changes to this bug.