Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Duplicate Show Hide Spinner calls.

Hello Barbara! Thank you for your answer. It should be available already. Could you check whether problem with spinner is still reproducible? Please let us know about the result.

As for your question - you defined red color for "menu" page and white for "recipe". It's a part of your app design, you better know how it should looks like. We'll try to help if you could clarify how it should be.

Barbara
Posts: 0
Joined: Mon Sep 17, 2012 8:42 am

Duplicate Show Hide Spinner calls.

I want the red and white to continue all the way down the page when you scoll and the menu to stay on the left and be invisible when you are scrolling down on the recipe page.

Does that make sense.

I was trying to find a way to make both pages length:100% after the dynamic content is loaded.

Barbara
Posts: 0
Joined: Mon Sep 17, 2012 8:42 am

Duplicate Show Hide Spinner calls.

The menu page is not a page though it is a dive inserted before the recipe page.

Barbara
Posts: 0
Joined: Mon Sep 17, 2012 8:42 am

Duplicate Show Hide Spinner calls.

Spinners seem to be working well - thanks!!!

Barbara
Posts: 0
Joined: Mon Sep 17, 2012 8:42 am

Duplicate Show Hide Spinner calls.

Actually the spinners are not working great. I have spinners that keep spinning even though the data has already returned from the rest service.

To reproduce this:

After menu has loaded. Access the menu and select "Search Recipes" then "rating"

Submit with default 5 stars selected.

REST service will add "search results" to menu

But spinner doesn't go away

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Duplicate Show Hide Spinner calls.

Try to use the next code to change height of recipe block:

var height = parseInt($("#lmenu").height())

  • parseInt($("#menu").height()); $("[name='recipetext']").height(height);

    What device do you use to test spinner issue?

Barbara
Posts: 0
Joined: Mon Sep 17, 2012 8:42 am

Duplicate Show Hide Spinner calls.

I'm not using a device just pressing test on project

Barbara
Posts: 0
Joined: Mon Sep 17, 2012 8:42 am

Duplicate Show Hide Spinner calls.

Your code works perfectly. Thanks Marina!!!!

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Duplicate Show Hide Spinner calls.

Hello! Glad to hear it's working! We'll try to figure out in spinner issue. I'll update.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Duplicate Show Hide Spinner calls.

Hello Barbara! Is this issue still reproducible?

Return to “Issues”