[AC-4690] Android : Error when closing a window in a ScrollableView.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Invalid |
Resolution Date | 2016-12-22T15:09:13.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | n/a |
Reporter | Dongwoo Gim |
Assignee | Shak Hossain |
Created | 2016-12-22T08:06:38.000+0000 |
Updated | 2016-12-22T15:09:13.000+0000 |
Description
An error when closing a window in a ScrollableView.
Using Ti SDK 6.1.0.v20161221030858
But 6.1.0.v20161205110006 is ok.
It occurs in later versions of this.
[ERROR] TiApplication: (main) [232,481087] Sending event: exception on thread: main msg:java.lang.NullPointerException: Attempt to invoke virtual method 'boolean org.appcelerator.kroll.KrollProxy.hasProperty(java.lang.String)' on a null object reference; Titanium 6.1.0,2016/12/21 03:09,undefined
[ERROR] TiApplication: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean org.appcelerator.kroll.KrollProxy.hasProperty(java.lang.String)' on a null object reference
[ERROR] TiApplication: at org.appcelerator.titanium.util.TiUIHelper.requestSoftInputChange(TiUIHelper.java:1028)
[ERROR] TiApplication: at org.appcelerator.titanium.view.TiUIView$4.run(TiUIView.java:1174)
[ERROR] TiApplication: at android.os.Handler.handleCallback(Handler.java:739)
[ERROR] TiApplication: at android.os.Handler.dispatchMessage(Handler.java:95)
[ERROR] TiApplication: at android.os.Looper.loop(Looper.java:148)
[ERROR] TiApplication: at android.app.ActivityThread.main(ActivityThread.java:5417)
[ERROR] TiApplication: at java.lang.reflect.Method.invoke(Native Method)
[ERROR] TiApplication: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
[ERROR] TiApplication: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
[ERROR] D/ ( 1556): HostConnection::get() New Host Connection established 0x7f4439496cc0, tid 3177
Sorry. this error is solved in 6.1.0.v20161222003214
Thx!