Bug 180122
Summary: | [GTK][Wayland] Clipboard text lost when window is closed | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | bugs-noreply, jim, mcatanzaro |
Priority: | P2 | ||
Version: | Other | ||
Hardware: | PC | ||
OS: | Linux |
Michael Catanzaro
Clipboard text is lost when the window is closed. We're missing a call to gtk_clipboard_store() somewhere.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
Wow this is not our fault, it happens for all applications. The problem is that GdkWaylandDisplay does not support clipboard persistence. That's another Wayland protocol extension that needs to be written. Sigh.
Michael Catanzaro
*** Bug 135210 has been marked as a duplicate of this bug. ***