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

    Left drawer sometimes jerky on close, when loading list

    Help
    2
    3
    1263
    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.
    • Martin
      Martin last edited by

      My left drawer <q-drawer> always seems to stay a little stuck when closing again. This is mostly noticeable
      when I’m opening a list that needs some time loading. The drawer will slide away but stay stuck slightly (like 40px width) until the list is fully loaded after which it finally disappears.
      Does anyone recognise this behaviour?

      1 Reply Last reply Reply Quote 0
      • Martin
        Martin last edited by

        Fixed. I think this was caused by the drawer being embedded in a router-view. I removed the drawer (which is a component) and placed it inside the parent component.

        Main.vue

        <template>
          <div>
               <router-view class="layout-view"></router-view>
            <left-side-bar ref="leftSideBar"></left-side-bar>
          </div>
        </template>
        
        1 Reply Last reply Reply Quote 0
        • M
          MagoSchmidt last edited by

          use q-side-link to avoid all these strange behaviours…

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