Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-10508] Android: java.lang.IllegalStateException: Ambiguous Z-Order

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionDuplicate
Resolution Date2017-01-31T17:03:25.000+0000
Affected Version/sRelease 2.1.1
Fix Version/sn/a
ComponentsAndroid
Labelsapi
ReporterMitchell Amihod
AssigneeEric Merriman
Created2012-08-13T14:17:23.000+0000
Updated2017-03-29T21:32:27.000+0000

Description

See attached app.js Basically seeing Ambiguous Z-Order error when backing up from windowB. Seems to be related to ScrollView inside of TableViewRow causing issue. Let me know what other details I can supply. Fun fact: I have this construct in my app (ScrollView inside TableViewRow) and the app only crashes going back on 4.x. On 2.3.x it does not crash.

Attachments

FileDateSize
app.js2012-08-13T14:17:23.000+00001354

Comments

  1. Mitchell Amihod 2012-08-13

    crash log: http://pastie.org/4470756
  2. Mitchell Amihod 2012-08-13

    Also, i'd be interested to know a bit of why this happens if someone could explain what's going on? Why does this only happen when I go back? The windows open & display their content fine - so what is it about going back that triggers this crash? Looking at that area of code "org.appcelerator.titanium.view.TiCompositeLayout$1.compare(TiCompositeLayout.java:162)", I see it's trying to figure stuff out based on zIndex of the elements. I tried applying zIndex to all elements in this example app.js, but it made no difference. tnx
  3. Lee Morris 2017-03-29

    Closing ticket as duplicate.

JSON Source