NEW207452
EventHandler: do not require DRAG_SUPPORT for simple drag selection
https://bugs.webkit.org/show_bug.cgi?id=207452
Summary EventHandler: do not require DRAG_SUPPORT for simple drag selection
Pavel Feldman
Reported 2020-02-09 21:11:01 PST
Without this change, DRAG_SUPPORT is required to drag-select text in the input field. WPE port and alike don't (yet) have drag support, so it is limiting them.
Attachments
Patch (7.05 KB, patch)
2020-02-09 21:12 PST, Pavel Feldman
rniwa: review-
Pavel Feldman
Comment 1 2020-02-09 21:12:37 PST
Ryosuke Niwa
Comment 2 2020-03-09 01:32:49 PDT
(In reply to Pavel Feldman from comment #0) > Without this change, DRAG_SUPPORT is required to drag-select text in the > input field. WPE port and alike don't (yet) have drag support, so it is > limiting them. I don't think we want to enable this code in iOS so we probably need to add a new ENABLE for this specific case.
Ryosuke Niwa
Comment 3 2020-03-09 01:33:03 PDT
Comment on attachment 390232 [details] Patch r- because of the above reason.
Note You need to log in before you can comment on or make changes to this bug.