Copy buttons in Firefox do not reach the clipboard #129
Labels
No labels
approved
bug
changes-requested
ci
decision
declined
discuss
docs
feature
meta
now
packaging
refactor
release
repo/core
repo/krystal
repo/plugins
repo/themes
status/backlog
status/in-progress
status/next
status/review
ux
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
joshquinlan/donbox#129
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Clicking an item's copy button in Firefox does nothing: the
clipboard keeps its old contents, and selecting the text and
pressing Ctrl+C by hand is needed instead.
Suspects, given the machine's history: the Wayland clipboard
and the data-control protocol (see the 1Password flatpak case,
where the sandbox's Wayland proxy stripped data-control), the
clipboard persistence plugin holding or racing the selection,
or focus rules around the popup the button lives in. Needs a
reproduction against a plain page first to split Firefox from
the desktop.