Essay Writing Service
Posts: 0
Joined: Tue Nov 06, 2012 10:39 pm

Empty input field is not really empty.

Thanks, I am waiting...

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Empty input field is not really empty.

Hello! We updated Tiggzi, try again.

Essay Writing Service
Posts: 0
Joined: Tue Nov 06, 2012 10:39 pm

Empty input field is not really empty.

I updated tiggzi mobile tester and re-saved project, but the problem is still exist.

What should I do?

Essay Writing Service
Posts: 0
Joined: Tue Nov 06, 2012 10:39 pm

Empty input field is not really empty.

it doesn't work! how did you test it?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Empty input field is not really empty.

There is another problem, which will be fixed in next release. But there is a workaround for you. You can export source code into Eclipse or xCode and correct 1069 line in file tiggzi.js manually. It must look like following:

codevalue = $t.persistentStorage.getItem(entry.ATTR) || '';/code

Essay Writing Service
Posts: 0
Joined: Tue Nov 06, 2012 10:39 pm

Empty input field is not really empty.

thank you, this do the trick.

however, tiggzi local storage values has a strange behavior. for example, on a first run my login/pass has "null" by default, but when I go to 2nd screen and return back, values changes to empty (for login) and "undefined" (for password). I do not change it, so it is a bug.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Empty input field is not really empty.

Hi,

LocalStorage variable "code" value is 'undefined'.
You see "code" (not a password) in your application.

Change
code'Pass: ' + localStorage.getItem('code')/codeto
code'Pass: ' + localStorage.getItem('pass')/codeand everything will work.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Empty input field is not really empty.

Hello! It's fixed now.

Return to “Issues”