Summary: | Selection of wifi network changes while user is entering password | ||
---|---|---|---|
Product: | [Plasma] plasma-nm | Reporter: | setpill |
Component: | applet | Assignee: | Jan Grulich <jgrulich> |
Status: | CLOSED DUPLICATE | ||
Severity: | normal | CC: | david, nate |
Priority: | NOR | ||
Version: | 5.23.5 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
setpill
2022-02-05 20:52:17 UTC
*** This bug has been marked as a duplicate of bug 389052 *** (In reply to Nate Graham from comment #1) > > *** This bug has been marked as a duplicate of bug 389052 *** This related but not a duplicate. The issue described in 389052 is that the order of entries changes under your mouse. The issue described here is that the password entry box is not associated with the specific entry (ie. linked to a certain SSID) but rather linked to the "nth" entry. The root cause is the same as in Bug 389052. *** This bug has been marked as a duplicate of bug 389052 *** (In reply to Nate Graham from comment #3) > The root cause is the same as in Bug 389052. This is false. There are two different root causes. 1. The order of the items in the applet list changes based on signal strength, regardless of mouseover. This is bug 389052. The proper solution to that bug is to detect when an entry has mouseover, and make sure it is not reordered in that case. 2. The password entry field is associated with the nth item in the list rather than associated with the SSID. That is this bug. The proper solution to this bug is to fix that association. Most notably, in practice this is different because **it's fine for an item to change order when it has keyboard focus**. Keyboard focus can be retained even when an item changes order. I will refrain from reopening this issue, since I have already switched away from using KDE due to this breaking bug. Up to you to do with as you see fit. |