| Summary: | Unable to copy text from popup for SMS | ||
|---|---|---|---|
| Product: | [Applications] kdeconnect | Reporter: | John P <fiatguy85> |
| Component: | common | Assignee: | Albert Vaca Cintora <albertvaka> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | nicolas.fella |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/network/kdeconnect-kde/-/commit/92e61c07c639c3a2b7e6e87478777142bd97dafb | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
John P
2021-04-11 13:23:12 UTC
Popup is generated by Brave browser, not KDEConnect. I'm not sure if the issue is with the notification from Google's SMS site, Brave, or in Plasma. What I assume is happening is this: The notification on the phone has a copy action and KDE Connect forwards that. When you click copy on the desktop the action is triggered and the text is copied, but on the phone, not the desktop. Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! Git commit caaac80ca5cde5d94cdf3617a4fba4b4a19f38b2 by Kristen McWilliam. Committed on 17/10/2024 at 17:51. Pushed by merritt into branch 'fix_copy_auth_code'. fix: copy auth code to desktop clipboard SMS auth codes generate a notification that has a "Copy $code" button (eg. "Copy 123456"), but the button doesn't actually copy the code as expected. This patch fixes that. Related: bug 451539 M +2 -1 plugins/notifications/CMakeLists.txt M +30 -0 plugins/notifications/notificationsplugin.cpp M +8 -0 plugins/notifications/notificationsplugin.h M +3 -0 tests/CMakeLists.txt A +93 -0 tests/notificationstest.cpp [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] https://invent.kde.org/network/kdeconnect-kde/-/commit/caaac80ca5cde5d94cdf3617a4fba4b4a19f38b2 Git commit 92e61c07c639c3a2b7e6e87478777142bd97dafb by Kristen McWilliam. Committed on 26/03/2025 at 16:07. Pushed by merritt into branch 'master'. fix: copy auth code to desktop clipboard SMS auth codes generate a notification that has a "Copy $code" button (eg. "Copy 123456"), but the button doesn't actually copy the code as expected. This patch fixes that. Related: bug 451539 M +2 -1 plugins/notifications/CMakeLists.txt M +30 -0 plugins/notifications/notificationsplugin.cpp M +8 -0 plugins/notifications/notificationsplugin.h M +3 -0 tests/CMakeLists.txt A +93 -0 tests/notificationstest.cpp [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] https://invent.kde.org/network/kdeconnect-kde/-/commit/92e61c07c639c3a2b7e6e87478777142bd97dafb |