This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 257802 - Fill the issue selector/quick find drop-down with known issues on opening
Summary: Fill the issue selector/quick find drop-down with known issues on opening
Status: VERIFIED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: ODCS Tasks (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-01 15:12 UTC by Tomas Pavek
Modified: 2016-02-05 13:53 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Pavek 2016-02-01 15:12:32 UTC
Got a report from JDev showing a usability problem with the issue/task selector (quick find) combobox that appears e.g. in the commit dialog (to select a task to close with the commit).

Currently the component requires the user to type at least one character to show a filtered list of known tasks. If the drop-down is opened without typing, it often shows nothing (it shows last opened tasks, but often there are none). In the background there are actual results of predefined queries available, but not used (shown) until the user types something.

This might be confusing, even though a hint below suggests you can type - it is still not obvious. It would be much easier for the user if the drop-down is filled with the known tasks right when opening, which then would be filtered further on typing. The list can keep the ordering as so far (last used tasks first).

So after opening the dropdown, it would be filled not only with opened/last used tasks, but also with all that match current typed string (so all if nothing typed). This could also fix a minor bug that is currently present - if you type something and press Esc to close the drop-down, then open it again, it does not show content corresponding to current typed string - you must type some more char to get it up-to-date again.
Comment 1 Tomas Stupka 2016-02-02 17:07:00 UTC
fixed in jet-main #8c8bebe1724e
Comment 2 Quality Engineering 2016-02-03 02:38:57 UTC
Integrated into 'main-silver', will be available in build *201602030002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/8c8bebe1724e
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #257802 - Fill the issue selector/quick find drop-down with known issues on opening
Comment 3 Tomas Pavek 2016-02-05 13:53:05 UTC
Nice, verified in "Build ODCS-899-on-20160205".