Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Cannot Reproduce
-
Affects Version/s: UDIG 1.2.M1
-
Fix Version/s: UDIG 1.1.x, UDIG 1.2.M6
-
Component/s: tools and editing
-
Labels:None
Description
So, the sequence of actions that leads to the broken map editor functionality:
There is a polygonal layer.
1) I select the "Edit geometry" tool and select any polygon on the layer - vertices are highlighted.
2) Do nothing, just select "Box selection" tool and select features from the layer
3) Press "Delete" button - the dialog is shown, let's choose "Clear" button.
Now only one feature is deleted from the selection and seems everything is broken because of this deadlock...
Commands stop to work, try zoom for example after this...
Attachments
Issue Links
| This issue is depended upon by: | ||||
| UDIG-740 | editblackboard needs to listen to DataStore events |
|
|
|
while( dialog != null ) {
try{
condition.await(500, TimeUnit.MILLISECONDS);
}catch(InterruptedException e){
return;
}
}
Threads are blocked in turn on the line
condition.await(500, TimeUnit.MILLISECONDS);