Page 1 of 2
Bugs Galore
Posted: Fri May 18, 2012 3:17 pm
by Chris2656882
There are some serious bugs in Tiggzi.
On several occasions:
- I add an element such as a label and it appears in the project layout but not in the data mapping layout. I refresh my browser, then it appears.
- I add a service and save, then the service disappears. I refresh my browser it reappears.
- A page get renamed as (pagename)2 when I log back in
-when I comment out a line in custom javascript for a services input, all scripting on the page fails. When I uncomment it, the scripting works. (I'm taking about a single line like "return variable_name")
Bugs Galore
Posted: Fri May 18, 2012 4:33 pm
by maxkatz
We'll fix all of them.. just need your help reproducing them.
[quote:]
I add an element such as a label and it appears in the project layout but not in the data mapping layout. I refresh my browser, then it appears.
[/quote]
Is that similar to this:
https://getsatisfaction.com/tiggzi/to...
[quote:]
I add a service and save, then the service disappears. I refresh my browser it reappears.
[/quote]
I have never seen this before. Can you tell us how to reproduce this issue?
[quote:]
A page get renamed as (pagename)2 when I log back in
[/quote]
Is more information missing here...?
[quote:]
-when I comment out a line in custom javascript for a services input, all scripting on the page fails. When I uncomment it, the scripting works. (I'm taking about a single line like "return variable_name")
[/quote]
Can you share an example..?
Bugs Galore
Posted: Fri May 18, 2012 4:55 pm
by Chris2656882
All the aforementioned bugs occur sporadically except for the last one, it's very annoying.
The last item "when I comment out a line in custom javascript for a services input, all scripting on the page fails" occurs as follows:
a service is dropped onto the page
the service is mapped to an action
in request mapping, select "Change..." under JavaScript
write anything and comment it out with "//"
run a test
no JavaScript for the entire page will run
When uncommented, the page works again.
I spent two days trying to figure out why a page stopped working completely because of this
The phantom page renaming once occurred after reinstating a version from the history log. After reinstating it, the page acted funny. So I refreshed the browser and noticed the page name had a "2" appended to it. On a related note, I have seen that many times the history tab is completely missing:
When the history tab does appear, it would be helpful if it indicated what changes had been made. Otherwise, one is just shooting in the dark.
The appearing/disappearing service happens quite often. Additionally, I've had an occurrence where input request mapping of a service on a given page appears blank (entirely white as if the area failed to render) even though inputs were defined when the service was created for the project.
Bugs Galore
Posted: Mon May 21, 2012 6:56 pm
by maxkatz
The JavaScript comment is a bug, it's already fixed and will be pushed to production very soon.
Bugs Galore
Posted: Tue May 22, 2012 11:22 am
by Maryna Brodina
Hello, Chris! Could you provide more information on how to reproduce these issues:
1) I add an element such as a label and it appears in the project layout but not in the data mapping layout. I refresh my browser, then it appears
2) I add a service and save, then the service disappears. I refresh my browser it reappears.
As for renaming page - we had such kind of problem, it fixed already and will be available soon.
As for History tab - it appears only when MobileScreen selected.
Bugs Galore
Posted: Tue May 22, 2012 3:23 pm
by Chris2656882
Those first two items happens sporadically. I think it happens more frequently when I have the browser window open for hours (or days) at a time. The whole applications acts wonky after a while if I do not refresh the tab.
When will the JavaScript comment bug fix be pushed? Max said it's been fixed and will be available soon.
Bugs Galore
Posted: Tue May 22, 2012 3:26 pm
by Maryna Brodina
Thank you! We'll try to figure out these issues.
Bugs Galore
Posted: Tue May 22, 2012 4:59 pm
by maxkatz
Bugs Galore
Posted: Tue May 22, 2012 5:14 pm
by Chris2656882
FYI, the JavaScript comment bug also occurs when inserting custom scripts in data output mapping, not just inputs
Bugs Galore
Posted: Tue May 22, 2012 7:06 pm
by Chris2656882
It just happened again. I had a grid with several labels inside of it. I deleted a bunch of rows and the grid and label elements still persisted in the data mapping area. I refreshed the page, then they disappeared.