mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #73] Ctrl-A doesn't select in the text box #55
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#55
Loading…
Add table
Add a link
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?
Originally created by @Kethku on GitHub (Jul 15, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/73
Specifically the search box doesn't respond to ctrl+a for selecting the whole textbox. This could be a windows specific thing?
@Kethku commented on GitHub (Jul 15, 2021):
https://github.com/linebender/druid/issues/1854 looks like upstream issue
@Kethku commented on GitHub (Jul 17, 2021):
Its very possible this is windows specific
@jpochyla commented on GitHub (Jul 19, 2021):
This happens on Mac as well, yes I think it's a Druid issue, I'll look into it.
@dbrgn commented on GitHub (Aug 17, 2021):
Same thing happens on Linux (e.g. in the settings, in the username/password fields).
@jpochyla commented on GitHub (Aug 24, 2021):
Somewhat fixed in upstream (it works, modulo some missing invalidation I think). Closing! <3