| Summary: | [RFE] Long list boxes should have associated single line input. | ||
|---|---|---|---|
| Product: | [Community] Bugzilla | Reporter: | Carlos O'Donell <codonell> |
| Component: | Query/Bug List | Assignee: | PnT DevOps Devs <hss-ied-bugs> |
| Status: | CLOSED DUPLICATE | QA Contact: | tools-bugs <tools-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.4 | CC: | jbastian, jmcdonal, rjoost |
| Target Milestone: | 4.4 | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-07-23 07:45:40 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: | |
|
Description
Carlos O'Donell
2013-10-17 02:05:46 UTC
Bug 950315 (released in Bugzilla 4.4.0009 on October 3rd, 2013) changed the component list to use a line edit and auto-filtered drop-down list for products with >200 components (currently RHEL and Fedora). That change only applied to the enter_bug form and not to the search form, but perhaps some/most of that code could be reused for the search form. (In reply to Carlos O'Donell from comment #0) > As a workaround selecting the list box and typing `g' doesn't help because > the list of things that start with `g' is still too large. You can type more than the just the first character: type 'glibc' and it will go directly to glibc. (You must type quickly, though. If you pause a bit between 'g' and 'l', then it will jump to components that start with 'l' instead of 'gl'.) That being said, I too would like a box to enter a comma-separated list of components because I often need to select more than one component. If I want to search both 'kernel' and 'glibc' components, I can only type the name for one of the components and then I to scroll to find and CTRL-click the second component to search both. (If you type the second component name, it will de-select the first.) I suspect this request should first be submitted to the upstream Bugzilla project (https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla) to see if they are willing to us the cost of carrying this as a Red Hat customization. Closing this as it's basically covered by using the selectize widget. *** This bug has been marked as a duplicate of bug 1234180 *** |