Page 1 of 1
List items repeat following example
Posted: Fri Apr 27, 2012 1:41 pm
by stefano.reksten
Hello, I just started exploring the possibilities of your tool. So I tried your example http://help.gotiggr.com/getting-start... and changed it a bit to suit our needs.
However, I noticed that when I click on the Back button, the list items have the correct hidden field, but their label is repeating, reflecting the label I clicked before to get the details. If I successively refresh the first screen labels get back correctly.
I was wondering what I'm doing wrong, or if I found a bug. Hope the first 
Thanks for any help,
Stefano
List items repeat following example
Posted: Fri Apr 27, 2012 3:05 pm
by maxkatz
So, when you click on let's say label 'A', go back, the entire list has now the label 'A' ?
List items repeat following example
Posted: Fri Apr 27, 2012 3:32 pm
by stefano.reksten
Correct! That's the behaviour I get. But if I click on any label, I get exactly what I'm expecting, so I'd say that the hidden IDs are still correct.
List items repeat following example
Posted: Fri Apr 27, 2012 4:59 pm
by maxkatz
Please share the app for collaboration with a href="mailto:support@tiggzi.com" rel="nofollow"support@tiggzi.com/a
List items repeat following example
Posted: Wed May 02, 2012 12:49 pm
by stefano.reksten
Did that just now. (Hope I did it correctly)
List items repeat following example
Posted: Wed May 02, 2012 5:41 pm
by maxkatz
Yes, I got it and able to reproduce the issue. Trying to figure out why it's happening.
List items repeat following example
Posted: Thu May 03, 2012 2:53 pm
by Maryna Brodina
Hello, please rename on TaskDetailScreen Label that has name taskDescription because on TaskLinkScreen Label with the same name is.
List items repeat following example
Posted: Thu May 03, 2012 3:37 pm
by stefano.reksten
That's right - it works! Thanks a lot!
So I must remember that when switching from one screen to another I must pay attention to the various labels/input elements' names because this thing could happen.