Summary: | First item in grid view is always selected in new GHNS dialog | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-knewstuff | Reporter: | simon |
Component: | general | Assignee: | Alexander Lohnau <alexander.lohnau> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | admin, alexander.lohnau, kde, kdelibs-bugs, nate, plasma-bugs |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=424894 | ||
Latest Commit: | https://invent.kde.org/frameworks/knewstuff/commit/5e31f8505a9ed335e56eee4087f1435d993f97ca | Version Fixed In: | 5.73 |
Sentry Crash Report: | |||
Attachments: | Screenshot |
Description
simon
2020-02-18 20:24:01 UTC
Created attachment 126142 [details]
Screenshot
Confirmed. If by top-left you mean the bright blue focus rectangle, that's the keyboard focus rectangle (which there is a problem with, as the view is not focused by default as it ought to be). If you're talking about there being two hover effect rectangles the way the two top right ones have in your screenshot, i can't seem to provoke that at all and will need some more information on how you're doing that. Hi Dan Thanks for the follow-up. Correct, I refer to bright blue focus rectanlge. I would expect only one rectangle to be visible at any given moment like it is on web content. Alternatively keyboard and focus focus should be visually differentiated. Right now a user looks at two blue focus rectangles which is confusing. Please ignore the screenshot as it was taken while moving from one tile to another. Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! Requested information was added with comment 4; changing status for inspection. A possibly relevant merge request was started @ https://invent.kde.org/frameworks/knewstuff/-/merge_requests/19 Git commit 5e31f8505a9ed335e56eee4087f1435d993f97ca by Nate Graham, on behalf of Alexander Lohnau. Committed on 23/07/2020 at 17:14. Pushed by ngraham into branch 'master'. Do not focus first element automatically FIXED-IN: 5.73 There are currently no keyboard controls, apart from tab implemented. Consequently we can remove this tiny bit of code, because it looks really confusing if we have two items focused at the same time. M +4 -2 src/qtquick/qml/private/GridTileDelegate.qml https://invent.kde.org/frameworks/knewstuff/commit/5e31f8505a9ed335e56eee4087f1435d993f97ca |