laptop and a wrench

Bug

In Mozilla FireFox, TreeViewPlusNodes remain highlighted when a ContextMenu is dismissed by clicking outside the menu.

Last Published: August 25, 2014 No Product Found
Bug ID Number NIM040017
SubmittedNovember 11, 2008
Last ModifiedJune 5, 2024
Applies toNo Product Found
Version found9.3
StatusWill Not Be Addressed

Additional Information

No Public Explanation

Workaround

On the application's aspx page, between the </form> and </body> tags, insert the following code:<script type="text/javascript"> Sys.Application.add_init(fixContextMenuDismissed); function fixContextMenuDismissed() { if (!esriHideContextMenu) return; var oldFunction = String(esriHideContextMenu); var newFunction = oldFunction.replace('if (doCallback == true || doCallback == null)', 'if (doCallback != false)'); var newFunctionBody = newFunction.substring(newFunction.indexOf('{') + 1, newFunction.lastIndexOf('}')); esriHideContextMenu = new Function('doCallback', newFunctionBody); }</script>

Steps to Reproduce

Bug ID: NIM040017

Software:

  • No Product Found

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options