Community
All Communities
Products
ArcGIS Pro
ArcGIS Survey123
ArcGIS Online
ArcGIS Enterprise
Data Management
ArcGIS Experience Builder
Geoprocessing
ArcGIS Web AppBuilder
ArcGIS Dashboards
ArcGIS Field Maps
ArcGIS StoryMaps
All Products Communities
Industries
Education
Water Resources
State & Local Government
Transportation
Gas and Pipeline
Water Utilities
Roads and Highways
Telecommunications
Natural Resources
Electric
Imagery and Remote Sensing Insights (IRIS) COP
All Industries Communities
Developers
Python
JavaScript Maps SDK
Native Maps SDKs
ArcGIS API for Python
ArcGIS Pro SDK
ArcObjects SDK
Developers - General
ArcGIS REST APIs and Services
ArcGIS Online Developers
Game Engine Maps SDKs
File Geodatabase API
All Developers Communities
Global
Comunidad Esri Colombia - Ecuador - Panamá
ArcGIS 開発者コミュニティ
Czech GIS
ArcNesia
Europe
Esri India
Americas
Asia Pacific
Comunidad GEOTEC
GeoDev Germany
ArcGIS Content - Esri Nederland
All Global Communities
All Communities
Developers
User Groups
Industries
Services
Community Resources
Global
Events
Learning
Networks
ArcGIS Topics
Products
View All Communities
ArcGIS Ideas
GIS Life
Community Resources
Community Help Documents
Community Blog
Community Feedback
Member Introductions
All Community Resources
Sign In
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show
only
|
Search instead for
Did you mean:
Cancel
Home
:
All Communities
:
Developers
:
JavaScript Maps SDK
:
JavaScript Maps SDK Questions
:
Re: Geocoder Widget focus and map OnMouseOver
Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
Select to view content in your preferred language
Translate Now
Geocoder Widget focus and map OnMouseOver
Subscribe
722
1
03-19-2013 04:44 AM
by
HugoMaurício
Deactivated User
03-19-2013
04:44 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Hi all!
There is this strange behavior in the
Geocoder Widget sample
. Try the following
Click on the Geocoder input to give it focus and write something
Move the mouse on to the top of the map (setting it's OnMouseOver)
Click on the left and right arrow keys. The caret on the Geocoder does not move, but the map does.
On the other hand. If the Geocoder input box has both focus and OnMouseOver the arrow keys act normally.
I tried to set the map's isKeyboardNavigation but it has no effect.
Because of some specific functionality I developed my own geocoder but it has the same behavior as the Esri's Geocoder.
Can you help? Is there a way to disable the map's onMouseOver? Or any other suggestion?
Thank you.
Hugo Maurício
Tags
(2)
Tags:
javascript
web_developers
Reply
0
Kudos
All Posts
Previous Topic
Next Topic
1 Reply
by
RobertGage
New Contributor
06-18-2013
03:08 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Use map.disableKeyboardNavigation() to disable keyboard handling in the map.
That seems to resolve the problem for me.
Reply
0
Kudos
Post Reply