Select to view content in your preferred language

API ArcGIS for Flex 3.2 - InfoWindow : default value for backgroundColor

480
0
05-02-2013 12:30 AM
CelineSouvy
New Contributor
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?
Tags (2)
0 Kudos
0 Replies