Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: UDIG 1.2.RC3
-
Fix Version/s: UDIG 1.2.0
-
Component/s: tools and editing
-
Labels:None
Description
I noticed this behavior both in the latest win32 uDig 1.2-SNAPSHOT, and also in my custom application built on uDig SDK 1.2-RC3:
If you have a map editor open, and you reset your perspective, the modal tool icons disappear, leaving blank buttons in their place. The icons usually come back if you click on one of the blank spots.
I see that the modal tools are added in udig.project.ui.internal.MapEditorActionBarContributor, but this code doesn't get called when you reset the perspective while a map is open.
I experienced the same on the 1.2snapshot on lin64 without changing
perspective. It is enough to maximize the table (or any) view and
bring it back to normal again. The icons disappear and all that's left
is the down arrow that shows that there are tools.
With that in mind I don't think this is a problem with reseting the perspective. I note that
UDIG-1686(ie tool activation) is not fixed yet so I doubt that is to blame either.