laptop and a wrench

漏洞

If zoom in/out tools were used on the map control, data is zoomed in/out when user right click on the map. This is not a desired behavior if a context menu is used in the web application, because map zooms in/out and then the context menu appears.

上次发布: August 25, 2014 No Product Found
漏洞 ID 编号 NIM037336
已提交August 8, 2008
上次修改时间June 5, 2024
适用范围No Product Found
找到的版本9.3
编程语言C#
修正版本N/A
状态Fixed

解决办法

Override the _onClick function of MapBase by adding the following script block after the form close tag (</form>):<script type="text/javascript">ESRI.ADF.UI.MapBase.prototype._onClick = function(s,e){}</script> Normally you should be able to remove the event handler explicitly... but I was unable to do this. Likely because the delegate to the handler was created dynamically in MapBase initialize:this.add_click(Function.createDelegate(this, this._onClick));

重现步骤

漏洞 ID: NIM037336

软件:

  • No Product Found

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项