Summary: | Network applet doesn't update status of a different connection type if a password prompt is open | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Antti Savolainen <antti.savo> |
Component: | Networks widget | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nate |
Priority: | NOR | ||
Version First Reported In: | 5.27.9 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-nm/-/commit/22ded0cd6905e1d492007a778e631aef9b993762 | Version Fixed In: | 6.5.0 |
Sentry Crash Report: |
Description
Antti Savolainen
2023-11-28 08:32:23 UTC
Bulk transfer as requested in T17796 I can't reproduce this in Plasma 6, with current git master. Seems it's been fixed along the way. I was able to reproduce this in a fresh git build https://youtu.be/xpCYABrTWVw Aha, looks like you need two connection types. I can reproduce this with ethernet and wifi, but not with two wifi connections. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-nm/-/merge_requests/455 Git commit 22ded0cd6905e1d492007a778e631aef9b993762 by Nate Graham, on behalf of Arnav Rawat. Committed on 31/07/2025 at 16:47. Pushed by ngraham into branch 'master'. applet: Fix list interactions with the password field open Clicking connect or disconnect on a connection item would not give any feedback if a password was being entered in another connection item since model updates were disabled. This commit changes the behavior so that clicking connect/disconnect closes other open password fields, ensuring that either one password field is open, or the model begins updating if we can freely connect or disconnect the other item. FIXED-IN: 6.5.0 M +8 -1 applet/ConnectionItem.qml M +13 -0 applet/ConnectionListPage.qml https://invent.kde.org/plasma/plasma-nm/-/commit/22ded0cd6905e1d492007a778e631aef9b993762 |