| Summary: | [package explorer] status bar description not updated when selected's label changes | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Tracy Hodges <tracy.hodges> |
| Component: | UI | Assignee: | JDT-UI-Inbox <jdt-ui-inbox> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | emoffatt, martinae |
| Version: | 3.3.2 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | stalebug | ||
|
Description
Tracy Hodges
I'm a bit confused...;-). Does the Package Explorer work and the Project Explorer doesn't ? The Java Package Explorer uses the CommonNavigator. (Or at least I think it does.) The problem is with the CommonNavigator. I only used the Java Package Explorer to try to get an easier recreation process. I originally found the problem with my usage of the CommonNavigator, but using my application in recreation steps would be hard. In my usage, an item's label can change 'programmatically'. Basically the label displays a state of the item (i.e. Open, Closed, etc). There are actions that change the state, but do not cause the selection to change. When that happens, the label in the tree gets refreshed, but the status bar does not. It does not get refreshed, because the selection never changed. However, it was based on the same label provider the tree used. Seems like the 2 should work together. Tracy, the Package Explorer is a completely separate implementation from the -Project- Explorer (aka CommonNavigator). That's why determining which of the two show the defect is important; if only one does then it's likely a defect in it's implementation, if both show it there's more likely to be a deeper underlying cause... So, can you tell me which of the two views show this defect? OK, I just tried the scenario in both the Package and Project Explorers...same result, no update to the status line. Passing to JDT for the first look... As Eric says, the code for the package explorer is not related to the common navigator. Both have the same bug. I see the bug, but I'm not sure if we should do something about it. Looks rather minor to me. This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie. |