No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Issue with QPullToRefresh

    Help
    1
    1
    494
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Hawkeye64
      Hawkeye64 last edited by

      I am using <q-pull-to-refresh> to wrap a <q-list> of <q-item>'s. The display changes when the <q-pull-to-refresh> is not in use.
      Before <q-pull-to-refresh>, the UI would look like this
      +++++++++
      Title
      +++++++++
      Data 1
      Data 2
      Data 3
      +++++++++

      After adding the <q-pull-to-refresh>, the UI now looks like this:
      +++++++++
      Title
      +++++++++
      Data 1
      Data 2
      Data 3

      +++++++++

      The extra space on the bottom is the same as when the <q-pull-to-refresh> is activated (so the last item on the list now situates at the bottom). My expectations are that the list height would grow when the <q-pull-to-refresh> is activated and go back to “normal” when the done() callback funtion is called, but not when <q-pull-to-refresh> is “dormant”.

      Am I doing something wrong? Is this intended? Or, perhaps, an unintended bug?

      1 Reply Last reply Reply Quote 0
      • First post
        Last post