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.
我使用 iframe 打开一个 Highslide 弹出窗口。我需要用 ESCape 键关闭它。当我在 iframe 上做某事时,它会很好用。但是当我单击 iframe 中的某些内容然后按 ESCape 按钮时,它不起作用。我怎样才能解决这个问题?
在 highslide.config.js 文件hs.enableKeyListener中设置为时,您无法使用 ESC 键关闭弹出窗口。 您需要从 highslide.config.js 文件中删除此行:false
hs.enableKeyListener
false
hs.enableKeyListener = false;