When you wrote city name in search box and hit Enter button then Option window closes. But it's wrong! When you search the city focus should be in "Search" button Reproducible: Always
Created attachment 98465 [details] explanation
Thanks for the report. Yes, problem known and it's annoying. We have been looking into solving that already, but the current dialog logic sadly prevents catching the enter key there. No promises when this will be fixed, but high on the list.
*** Bug 365344 has been marked as a duplicate of this bug. ***
*** Bug 365623 has been marked as a duplicate of this bug. ***
*** Bug 366828 has been marked as a duplicate of this bug. ***
*** Bug 390000 has been marked as a duplicate of this bug. ***
*** Bug 378818 has been marked as a duplicate of this bug. ***
Git commit 1634d5ed82b43d9b86efd2e0d69fa137865292ba by Friedrich W. H. Kossebau. Committed on 10/05/2018 at 19:11. Pushed by kossebau into branch 'master'. [weather applet] Config: Use separate dialog for searching a new station Prepares for having a set of stations which then could be switched between to select the currently shown one Having a separate dialog with completely own code also allows to handle the Enter key as shortcut for triggering the search button. FIXED-IN: 5.13.0 M +37 -131 applets/weather/package/contents/ui/config/ConfigWeatherStation.qml C +40 -87 applets/weather/package/contents/ui/config/WeatherStationPicker.qml [from: applets/weather/package/contents/ui/config/ConfigWeatherStation.qml - 058% similarity] A +115 -0 applets/weather/package/contents/ui/config/WeatherStationPickerDialog.qml [License: GPL (v2+)] https://commits.kde.org/kdeplasma-addons/1634d5ed82b43d9b86efd2e0d69fa137865292ba
*** Bug 395486 has been marked as a duplicate of this bug. ***