Bug 241774

Summary: [WPE] webkit_editor_state_is_paste_available() does not return true when user is in a textbox
Product: WebKit Reporter: tusooa
Component: WPE WebKitAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bugs-noreply, mcatanzaro
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   

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.