#177054 - Reloading attributes in query page causes selection of first item in each list
Tomas Stupka <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
description: Open a kenai project and push Find Issues... node. Then push Reload Attributes ->> there is the status NEW and resolution FIXED is selected which doesn't make sense (no issue can be NEW FIXED). In general attributes should stay unselected - only the product/component should be selected. problem was introduced by a recent change. The first element gets selected when none are to be selected at all. Impact assessment: problem appears every time the list elements in a query dialog are set from an query url - this usually happens during an refresh (automatic/ manual) or when reloading repository attributes. With other words - in most cases the query returns valid results only when run for the first time. Risk assessment: safe - simplelfix - caused by a stupid error when setting selection in a list. Changeset info: http://hg.netbeans.org/cdev/rev/a1016b85e889 thanks t.