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 WebKit | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bugs-noreply, mcatanzaro |
| Priority: | P2 | ||
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
tusooa
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
This works fine with WebKitGTK. I wonder if clipboard is supported by WPE.