laptop and a wrench

Bug

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

Zuletzt veröffentlicht: August 25, 2014 No Product Found
Bug-ID-Nummer NIM040017
EingereichtNovember 11, 2008
Zuletzt geändertJune 5, 2024
Gilt fürNo Product Found
Gefunden in Version9.3
StatusWill Not Be Addressed

Zusätzliche Informationen

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>

Schritte zur Reproduzierung

Bug-ID: NIM040017

Software:

  • No Product Found

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln