Notice: The Monaca & Onsen UI Community Forum is shutting down.

For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.

Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.

ons infinite list goes blank on popPage



  • I got a bizzare problem with infinite list. There is a list of items, each has onclick attribute that takes a user to the edit page. Then there is a back arrow that fires popPage() to take a user back to the listing.

    It works fine when user comes back from the item that was originally visible on the screen. When user scrolls down to find the desired item, then coming back shows only blank page.

    It appears that <ons-list> element got extra style attribute visibility: hidden; , which hides the list.

    <ons-list id="diaryList" modifier="material" class="list list--material lazy-list" style="padding-top: 0px; visibility: hidden;">
    

    Is anyone aware what could trigger such behavior?

    Not reproducible with OnsenUI 2.1.0
    Not reproducible in the browser

    Environment:
    OnsenUI 2.2.6
    Android 7.1


  • Onsen UI

    @Piotr-Mitoraj Can you make a small example where this can be seen? You can maybe use this template and hit Report an issue button (it will take you to Github issues).