作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
<分区>
我有一个有趣的问题。在 EditText 字段中输入文本后的 fragment 中,我捕获了下一个异常:
java.lang.NullPointerException: Attempt to invoke interface method 'void android.view.inputmethod.InputConnection.closeConnection()' on a null object reference
at android.view.inputmethod.InputConnectionWrapper.closeConnection(InputConnectionWrapper.java:270)
at com.android.internal.view.IInputConnectionWrapper.executeMessage(IInputConnectionWrapper.java:541)
at com.android.internal.view.IInputConnectionWrapper$MyHandler.handleMessage(IInputConnectionWrapper.java:85)
at android.os.Handler.dispatchMessage(Handler.java:105)
at android.os.Looper.loop(Looper.java:251)
at android.app.ActivityThread.main(ActivityThread.java:6572)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767)
只有在 fragment 被销毁之后。并且这种情况出现在所有具有 EditText 的 fragment 中。我认为 InputMethodManager
存在一些问题,但不知道如何解决。值得注意的是,该问题并未出现在所有设备上。如果有人知道,会发生什么以及如何解决这个问题 - 请告诉我)谢谢。
关闭。这个问题是not reproducible or was caused by typos .它目前不接受答案。 这个问题是由于错别字或无法再重现的问题引起的。虽然类似的问题可能是on-topi
有一个表单面板,其中有很多 Extjs6 Modern 的输入字段。 我正在使用 ios 9.3.1 和第 3 方输入法。当我点击一个输入(例如 Rio textarea)时,键盘会显示,但它会覆盖输
环境:Android Studio 3.1.1代码: import com.firebase.ui.auth.AuthUI; ... private void startSignIn()
当我单击工具栏后退按钮(如 gif 所示)时发生错误:Attempt to invoke interface method 'boolean android.view.inputmethod.Inpu
我是一名优秀的程序员,十分优秀!