Bug 241774 - [WPE] webkit_editor_state_is_paste_available() does not return true when user is in a textbox
Summary: [WPE] webkit_editor_state_is_paste_available() does not return true when user...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WPE WebKit (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-19 20:25 PDT by tusooa
Modified: 2022-06-20 12:01 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tusooa 2022-06-19 20:25:21 PDT
WPEWebKit 2.36.3

Step to reproduce:
- go to https://api.kde.org/
- click the search box on the left
- invoke webkit_editor_state_is_paste_available()

Expected:
`true`

Actual:
`false`

Code:
https://invent.kde.org/tusooaw/konqueror/-/blob/00792499b3e8b7dba0febe46d9cc2aa9a8038ca1/wpepart/src/wpenavext.cpp#L229
Comment 1 Michael Catanzaro 2022-06-20 12:01:23 PDT
This works fine with WebKitGTK. I wonder if clipboard is supported by WPE.