[TIMOB-16824] Android: unexpected console output, running module_textfield
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-07-26T20:35:52.000+0000 |
Affected Version/s | Release 3.2.3 |
Fix Version/s | n/a |
Components | Android |
Labels | qe-3.2.3 |
Reporter | Olga Romero |
Assignee | Eric Merriman |
Created | 2014-04-07T23:10:05.000+0000 |
Updated | 2017-07-26T20:35:52.000+0000 |
Description
While testing module textfield, I encountered an unexpected Studio console output.
It happens only on Android phones, cannot see it on the tablet Nexus7.
I used
titanium_mobile_tests_internal/FeatureTest/TextField/module_textfield.
Each test case produces error like
[ERROR] : MoreInfoHPW_ViewGroup: Parent view is not a TextView
[ERROR] : SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
[ERROR] : SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
[WARN] : IInputConnectionWrapper: setComposingText on inactive InputConnection
[ERROR] : MoreInfoHPW_ViewGroup: Parent view is not a TextView
[ERROR] : SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
[ERROR] : SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
[WARN] : IInputConnectionWrapper: setComposingText on inactive InputConnection
[ERROR] : MoreInfoHPW_ViewGroup: Parent view is not a TextView
[ERROR] : SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
[ERROR] : SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
[WARN] : IInputConnectionWrapper: setComposingText on inactive InputConnection
[ERROR] : MoreInfoHPW_ViewGroup: Parent view is not a TextView
[ERROR] : SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
[ERROR] : SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
However, the app is running fine, and the user can navigate through test cases.
Closing due to inactivity. If this issue still exists, please raise a new ticket.