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.
在我的 sencha touch 2 应用程序中,我有一个文本区域停靠在底部。我在同一页面上也有一个操作表。当动作表出现时,动作表中的“取消按钮”刚好重叠在文本区域的顶部。因此,每次单击“取消按钮”时,都会导致下方的文本区域收到“焦点”以调出软键盘。这很烦人……有人有解决这个问题的方法吗?
问候,
克里斯
您能否尝试以下代码行 -
Ext.getCmp('textAreaId').blur();