ESRI Color Picker control does not display in the foreground if placed above other controls in Web Form.
上次发布: August 25, 2014No Product Found
漏洞 ID 编号
NIM010448
已提交
July 20, 2007
上次修改时间
June 5, 2024
适用范围
No Product Found
找到的版本
9.2
编程语言
VB.Net
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
No Public Explanation
解决办法
Setting backcolor as white would resolve it.But IE6 doesn't work with the workaround.Email from Devs:We get these problems that are browser specific. Sometimes the Web ADF can be changed to fix the problem. But this problem is not like that, the problem is definitely caused by IE 6 and the way to solve this is to use one of the workarounds noted by other folks who have tried to get around this bug. Here is an example of a proposed workaround: <a href="http://20.targetprocess.com/2006/07/ie6-select-and-z-index-problem.html" target="_blank">http://20.targetprocess.com/2006/07/ie6-select-and-z-index-problem.html</a>This IE6 issue is commonly encountered in the Web ADF when a floating panel is placed over top of a task that contains a select element (DropDownList) such as the Print, Query, Editor or GP. In this situation, the first time the Floating Panel is rendered over top of the select element, the dropdown shows through. The second time, it will not show through.To test this, place a DropdownList on the page and place and ESRI FloatingPanel on top of it.At runtime in IE6, the DropdownList will show through.Once you move the FloatingPanel even the slightest amount, the DropDownList will no longer show through. This problem does not occur with IE7 or Firefox. The ColorPicker is completely static, and the Floating Panel ‘work around’ of moving it does not apply.This problem has always presented itself in the Web ADF. We have made prior attempts to fix it that have caused many other problems. The Java ADF is impacted by this too.