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.
我有一个 dijit.dialog,其中包含一个 iFrame。iFrame 加载了 dijit 小部件(inpitText、DateText、...)。在 Dojo V1.7 中一切正常。我尝试迁移到 Dojo V1.8:现在,当我尝试将焦点放在 iFrame 中的小部件上时,焦点会自动移动到对话框的第一项。
为什么行为从 V1.7 到 V1.8 不同。如何使用 V1.8 检索预期的行为(存在于 V1.7 中)?
您可以在创建对话框时设置 autofocus=false。