Bug 1464306
Summary: | RFE: look into GTKPopover for OS list UI | ||
---|---|---|---|
Product: | [Community] Virtualization Tools | Reporter: | richard kim <rjkim> |
Component: | virt-manager | Assignee: | Cole Robinson <crobinso> |
Status: | CLOSED UPSTREAM | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | berrange, crobinso, gscrivan, juzhou |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-09-05 19:17:51 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
richard kim
2017-06-23 03:39:43 UTC
GTK doesn't support scrollbars in combo boxes so short of implementing a new widget there isn't much we can do to address this specifically. However try out upstream code, there's some changes to make the list multi nested and it should flow better for most cases git clone git://github.com/virt-manager/virt-manager cd virt-manager ./virt-manager --debug @cole: I think the UI would be improved by using the GtkPopover widget to create a UI like this: https://blogs.gnome.org/mclasen/2014/01/22/and-now-popovers/ In that screen shot we see a text field where users can type in a few characters to filter the list of OS names, and also see a scrolled list of matches to select from. With that kind of UI approach, we could just get rid of the first "OS type" drop down list, and have just the full list of all variants, dynamically filtering. Good idea, that's something to look into The UI list is different upstream now, which more or less fixes this |