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

    q-layout slot "left", display wrong when using RTL

    Framework
    1
    3
    921
    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.
    • D
      dan last edited by

      Please Help,

      When using RTL support -
      can’t use Q-Layout Menu 😞

      When left menu is not visible, part of it, still stay visible.

      I found the reason:
      aside tag, have inner style: transform: translateX(-100%);
      If I change it to -120%, it fix the problem, but after toggleLeft action, it return back to -100%.

      I added:
      mounted () {
      this.$refs.leftMenu.parentNode.style[‘transform’] = ‘translateX(-120%)’
      },

      This is good, but when doing toggle action, it is return back to -100%
      There is no toggle action event that I can listen to change again translateX back to -120%

      This is a bug of RTL support, any solution for now? Thanks!

      0_1509535599046_q.png

      1 Reply Last reply Reply Quote 0
      • D
        dan last edited by

        Can anyone from support answer?
        Please help!
        Thank you/

        1 Reply Last reply Reply Quote 0
        • D
          dan last edited by dan

          On Starter Kit -
          when menu is hidden:
          0_1509886541497_q-close.png
          when menu is visible
          0_1509886612638_q-open.png

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