Page 1 of 2

Several Issues while testing the App

Posted: Sat Feb 15, 2014 1:07 am
by supriya hirurkar

I am getting following issues while testing the app in different browsers (Chrome and Firefox): It is really frustrating.

  • Uncaught ReferenceError: $t is not defined (Salesforce_home )
  • Uncaught TypeError: Object [object Object] has no method 'live'
  • Major difference between the Builder and Browser testing:
    This is how the builder looks:
    Image
    This is how it looks while testing:
    Image

Several Issues while testing the App

Posted: Sat Feb 15, 2014 1:38 am
by Alena Prykhodko

Please check if clearing of the browser cache helps. Log out and log in. Let us know about result.


Several Issues while testing the App

Posted: Sun Feb 16, 2014 9:22 pm
by supriya hirurkar

Hello Alena, I tried testing it after clearing the browser cache, still the same issue and the error is Salesforce_home. It will be really nice if you could tell me how to go about it or if I am missing something. Thanks!


Several Issues while testing the App

Posted: Sun Feb 16, 2014 9:28 pm
by Igor

Hello,

Did you add any JS code? Could you show us your code?


Several Issues while testing the App

Posted: Sun Feb 16, 2014 9:30 pm
by supriya hirurkar

Hello Igor, yes, I have added a JS asset.
Here is the public link: http://appery.io/app/view/46dc53bd-0b...


Several Issues while testing the App

Posted: Mon Feb 17, 2014 1:38 am
by Illya Stepanov

Hello Supriya,

We've checked your app - and it looks like a bug.
We need additionally investigate it and we'll report.

Sorry for inconvenience.


Several Issues while testing the App

Posted: Mon Feb 17, 2014 2:08 am
by supriya hirurkar

Hello, Thanks for the reply. It will be nice if you could get back to me soon as I was planing to demo something on Tuesday. Thanks!


Several Issues while testing the App

Posted: Mon Feb 17, 2014 5:13 pm
by supriya hirurkar

Hello, any update on this issue? Thanks!


Several Issues while testing the App

Posted: Mon Feb 17, 2014 5:47 pm
by Maryna Brodina

Hello! Not yet, sorry. Working on it...


Several Issues while testing the App

Posted: Mon Feb 17, 2014 9:23 pm
by Maryna Brodina

Looks like you changed Libraries version to 2.0. There could be UI issues because you use another jQuery and JQM version. You would need to use CSS to fix them. Regarding error preUncaught ReferenceError: $t is not defined/prein your custom JS replace $t with Appery or change Libraries version back.