Version: unspecified OS: Linux The "clear" icon in the active web browser needs to be aligned perfectly within the URL bar. Currently it overlaps the border and extends outside of it. Reproducible: Didn't try Steps to Reproduce: Open Active Browser, enter a URL, see the clear button. Expected Results: Align the clear button.
Git commit c587510e60a13ec49d0096ea10873457989ecc1d by Sebastian Kügler. Committed on 27/09/2011 at 00:25. Pushed by sebas into branch 'master'. Align the clear button in the URL bar BUG:282807 M +4 -4 applications/webbrowser/package/contents/ui/content/UrlInput.qml http://commits.kde.org/plasma-mobile/c587510e60a13ec49d0096ea10873457989ecc1d
The button is now center-aligned. It is not the same as in other input fields anymore, though and is smaller and thus at least seems like it's harder to hit. The clear button in other iput fields (e.g. in the app launcher) overlaps the border as well, though. So I'd suggest to fix the general Active clear button and put it back in the browser instead of introducing an inconsistency and leaving it in its ugly state in other places.