https://bugs.kde.org/show_bug.cgi?id=389052
--- Comment #26 from setp...@protonmail.com --- Crossposting this for visibility; There are two different bugs being discussed here. 1. The order of the items in the applet list changes based on signal strength, regardless of mouseover. This is this bug. The proper solution to this 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. I reported this as bug 449666 which was (imho erroneously) marked as duplicate. 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. -- You are receiving this mail because: You are watching all bug changes.