Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

problem upgrading app

Thanks lllya,
here something that may help

When I inspect the collapsibleblock header element it seems to be there, in code but not visible

Image

Ihor Didevych
Posts: 0
Joined: Wed Nov 19, 2014 7:55 pm

problem upgrading app

Hi Michael,

You have hidden header with css styles written in CSS file of the project
http://gyazo.com/a124582010195fc0489a...
When we disabled your css styles, header suddenly showed up
http://gyazo.com/5355687e009dd1ce74e8...

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

problem upgrading app

Thanks Ihor,
I had already tried to comment out that css and it didnt work last week, but thankfully it works now.

The other part of my question is
Any idea why this code to save values to lsv array

code$grid = $(this).closest("[name=mobilegrid_1_3]");
save({'Item':$grid.find("[name=sundrieslabel_55]").text(),
'Price':$grid.find("[name=costlabel_58]").text()},
"livesundriesorderArray");
/code

thanks for your help here!

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

problem upgrading app

Hi Evgene,
any idea whats wrong with the js code above, its doesnt work in new builder, worked prefect in old?

thanks inadvance!

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

problem upgrading app

Any idea why this code to save values to lsv array doesnt work in new builder,
worked perfect in old builder.
All component names are correct, and no errors in console

$grid = $(this).closest("[name=mobilegrid_1_3]");
save({'Item':$grid.find("[name=sundrieslabel_55]").text(),
'Price':$grid.find("[name=costlabel_58]").text()},
"livesundriesorderArray");

Return to “Issues”