设计器弹出编辑器问题
在我为 Visual Studio 安装的自定义工具集中,应该会出现一个弹出窗口,以便我可以操作其中一个列表(内置编辑器)。该组件是 Telerik,但我认为这与它没有任何关系(也许)。
弹出窗口不再向我弹出。我想知道它是否被最小化或者是 z-index 的问题,窗口在 VS 后面?但这会锁定 VS,并且在取消窗口之前我无法在其中执行任何操作。但我无法取消窗口,因为我看不到它......所以这真的减慢了我的速度,而且真的令人沮丧。
有办法解决这个问题吗?按下一个键将其置于前面或使其成为焦点?
谢谢。
In a custom toolset I have installed for Visual Studio, there is a popup window that should appear to me so that I can manipulate one of the lists (an in-built editor). The component is Telerik, but I don't think that has anything to do with it (maybe).
The popup window is no longer popping up to me. I wonder if it got minimized or it's a z-index thing, where the window is behind VS? But this locks up VS, and I can't do anything within it until I cancel the window. But I can't cancel the window because I can't see it... and so that is really slowing me down and is really frustrating.
Is there a way to get around this? A key press to bring this to the front or give it the focus?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您应该可以使用 ESC 取消它。您还可以测试是否可以使用 CTRL-TAB 找到该窗口。如果这没有帮助,那么卸载、启动并重新安装似乎是唯一可能的解决方案。
You should be able to cancel it with ESC. You can also test if you can find the window with CTRL-TAB. If this not help then an uninstall, boot and reinstall seems the only possible solution.
这确实可能是一个 z-index 问题。尝试使用 FireBug 或 IE 开发工具栏来获取弹出窗口及其容器并检查它们的样式和 z 索引。
迪克
This might be a z-index issue indeed. Try using FireBug or IE dev toolbar to get a hold on the popup and its container and check their styles and z-indices.
Dick