Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个基本页面,其中有一个列表框。基本页面也有一个模态弹出扩展器。当模态弹出扩展器出现在列表框上时,列表框通过模态弹出出现。也就是说,仅对于列表框,弹出扩展器变得透明。
我为此做什么?
我的理解是,由于列表框/下拉列表是窗口控件,它们将始终出现在模式弹出窗口上。
我没有对此进行测试,但您最好的选择可能是在按钮单击处理程序中编写一些代码来启动弹出窗口并禁用或隐藏有问题的控件。