微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

与 IE 相比,Edge 中的 Ajax AutoComplete Extender 高度更短

如何解决与 IE 相比,Edge 中的 Ajax AutoComplete Extender 高度更短

有没有人知道为什么以及如何修复 IE 和 Edge 中自动完成扩展程序的高度差异?

在 IE 中,扩展器似乎显示良好,因为它显示了所有结果,但是在 Edge 中,扩展器被剪掉了,因为它保留在选项卡面板内。

即使样式的绝对位置和 z-index 为 1000,我如何将扩展器放在 tabpanel 上方

Autocomplete Extender Difference in IE and CHrome

<asp:TextBox ID="txtPatientSearch" runat="server" Width="200px" Font-Names="Tahoma" Font-Size="12px"/>
<atk:autocompleteextender ID="acePatient" runat="server" TargetControlID="txtPatientSearch" ServiceMethod="GetPatientsByDivision" OnClientItemSelected="ClickSearchButton" ServicePath="~/WS/CPMAutoComplete.asmx" CompletionInterval="500" 
UseContextKey="True" DelimiterCharacters="" Enabled="True" CompletionListCssClass="autocomplete_completionListElement" />

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。