Hello,
Migrating from API 2.5 to 3.2, the look of the InfoWindow changed a little.
The default value for backgroundColor of InfoWindow indicated in the API reference is #99999 (medium grey), but it seems to be #000000 (white) now.
I fixed this by adding the following line in my css, to make the infoWindow look the same as in 2.5 :
esri|InfoWindow {
backgroundColor: #999999;
}
Is it an undocumented change, or did I miss something during the migration?
Did anybody notice the same thing?