Good afternoon all,
I am attempting to use a combo box to select and zoom to an area. This works great until the user pans around and decides that they want to select and zoom to the area they already have selected. The problem lies in that when the user selects the same item, only the close event fires. The close event also fires when the user hits esc key, clicks the combo box button, or clicks anywhere else on the page. The biggest problem I see is that it appears that the close event cannot determine if you clicked an item in the list to close or just hit esc or whatever. Does anyone have any ideas of how to handle this sort of navigation?