* Pressing undo/redo sometimes doesn't change controllerstate. (e.g. create POI + undo leaves the tag panel still referring to POI)
* The standard keyboard shortcut of cmd+z doesn't work for undo, instead it just enters a z.
* In the advanced tag view if you use the back delete key to delete it will delete the first one or two characters and then jump to the end of the text field. (Tested in Mac OS X and Windows) (Build 24127 geowiki.com)
-* Draw a new way, assign a road type to it, and then switch to advanced view and note that the tags are not there. (Build 24127 geowiki.com)
* If you get a map error (e.g. too many nodes in bbox) you don't get a helpful dialog
== Rendering (Halcyon) ==
private function tagChanged(event:TagEvent):void {
refreshFeatureIcon();
+ // if the advancedTagGrid has already been set up, it needs to be refreshed.
+ // FIXME make this better, maybe advancedTagGrid should be event listening.
+ setupAdvanced(selectedEntity);
}
public function loadFeatures():void {