I have been using the reverse geocoding successfully in javascript 3.9 api. When I click on the map, a graphic is added with the text displaying the address. Then, if I click on the graphic a infoWindow opens with the Address. After switching to 3.10, I still get the graphic with the address text but instead of getting a infoWindow when I click on the graphic I get another graphic on top of the first one. The only change I have made in my application is from 3.9 to 3.10 (I also tried 3.13 with the same results as 3.10). Anyone else find this behavior?