Select to view content in your preferred language

small bugs in ArcGIS JS API 3.3 esri.css  - where best to report such?

1080
5
03-22-2013 12:41 PM
PaulSingleton
Emerging Contributor
I've found a few typos etc. in 3.3's esri.css - is there a more appropriate place to report them?

  width: 174x;
  background-image: url(...));
  border-color: none !important;

latter should be

  border-color: transparent !important;

I can't get green ticks in my web developer toolbar for my own CSS if there are errors in yours 😉
0 Kudos
5 Replies
AaronConnolly
Regular Contributor
I've found a few typos etc. in 3.3's esri.css - is there a more appropriate place to report them?

  width: 174x;
  background-image: url(...));
  border-color: none !important;

latter should be

  border-color: transparent !important;

I can't get green ticks in my web developer toolbar for my own CSS if there are errors in yours 😉


http://support.esri.com/ -> Support Form Request
0 Kudos
PaulSingleton
Emerging Contributor
http://support.esri.com/ -> Support Form Request


Thanks; I've now tried that, and got "Unfortunately, I cannot find any records of xxxxxx purchasing software from Esri UK, and am therefore unable to log a support call for your issue."  My client is an Esri customer, and I'm using the JavaScript API to show them their own maps - hope I don't need a commercial license for this?  I was only reporting these typos as a favour, with an implied "hey guys, ship CSS which validates! it's better for everyone".
0 Kudos
HaitingHUANG2
New Contributor
You may download and host the ArcGIS API for Javascript locally, so you can modify the libraries as you want.
0 Kudos
JohnGravois
Deactivated User
i can't find the border-color issue you're talking about in our esri.css. 
[ATTACH=CONFIG]23012[/ATTACH]
which element did you see the problem in?
0 Kudos
PaulSingleton
Emerging Contributor
Warning: Expected colour but found 'none'.  Error in parsing value for 'border-color'.  Declaration dropped.
Source File: http://serverapi.arcgisonline.com/jsapi/arcgis/3.3/js/esri/css/esri.css
Line: 1

first occurrence is in

.esriButton .dijitButtonNode {

cheers
0 Kudos