esriControlsBR - esriAttribution and logo

671
1
Jump to solution
07-25-2019 11:05 AM
JoanneMcGraw
Occasional Contributor III

Does anyone have any idea why the tabindex values are set to "0" for Attribution and the ESRI logo in the JSAPI Map's?

<div class="esriControlsBR">
	<span class="esriAttribution" tabindex="0" style="max-width: 570px; cursor: pointer;">
		:
	</span>
	<div tabindex="0" title="Esri" class="logo-med" />
</div>

What would be a reason that someone would actually want to keyboard navigate to those elements? 

Cheers,

jtm

0 Kudos
1 Solution

Accepted Solutions
JoanneMcGraw
Occasional Contributor III

Ah, and now I know...because if I navigate to it and hit 'return'/'enter' while it's in focus, it will open a floating window to show me the attribution (useful when it is longer than capable of being displayed on the map) or take me to esri.com.

Okay, sorry for the bother.

Cheers,

jtm

View solution in original post

1 Reply
JoanneMcGraw
Occasional Contributor III

Ah, and now I know...because if I navigate to it and hit 'return'/'enter' while it's in focus, it will open a floating window to show me the attribution (useful when it is longer than capable of being displayed on the map) or take me to esri.com.

Okay, sorry for the bother.

Cheers,

jtm