RESOLVED FIXED 227544
Selecting or dragging images that contain recognizable text is difficult in Mail compose
https://bugs.webkit.org/show_bug.cgi?id=227544
Summary Selecting or dragging images that contain recognizable text is difficult in M...
Wenson Hsieh
Reported 2021-06-30 14:18:43 PDT
.
Attachments
Patch (27.06 KB, patch)
2021-07-01 10:23 PDT, Wenson Hsieh
no flags
Wenson Hsieh
Comment 1 2021-07-01 10:23:04 PDT
Devin Rousso
Comment 2 2021-07-01 11:17:22 PDT
Comment on attachment 432707 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=432707&action=review r=me > Source/WebKit/Shared/ios/InteractionInformationAtPosition.h:66 > + bool isContentEditable { false }; kinda amazed we didn't already have something for this o_0
Wenson Hsieh
Comment 3 2021-07-01 11:49:20 PDT
Comment on attachment 432707 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=432707&action=review Thanks for the review! >> Source/WebKit/Shared/ios/InteractionInformationAtPosition.h:66 >> + bool isContentEditable { false }; > > kinda amazed we didn't already have something for this o_0 Me too! I think the reason for this is that most things that care about editability are rolled into either FocusedElementInfo or EditorState already, instead of this hit-testing-based mechanism (position information).
Wenson Hsieh
Comment 4 2021-07-01 11:49:33 PDT
EWS
Comment 5 2021-07-01 13:22:16 PDT
Committed r279479 (239332@main): <https://commits.webkit.org/239332@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 432707 [details].
Note You need to log in before you can comment on or make changes to this bug.