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

    QButton inside QToolbar with css class "*-button" conflicted with FAB

    Help
    1
    1
    420
    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.
    • N
      Nattapong last edited by Nattapong

      Hi,
      I use Quasar 0.14.7.

      In my main layout app, I use QLayout with FAB positioned by class fixed-bottom.
      In the same main layout, my vue-router showing a QModal which has QToolbar + QButton positioned by CSS class absolute-bottom.
      All QButton cannot be click even if it’s not overlap with the floating FAB.

      More experiment show that if any actionable type element position under FAB also effected. For example, I create a page filled entirely with empty QInputs. The only QInput position under fab won’t be focusable by mouse click. It can be focused by using tab key thought.

      If I wrap my FAB inside QFixedPosition and specify corner=“bottom-right” with style=“left: 50%” and :offset="[-50, 0]" then I’ll also get my FAB at middle bottom screen. Now the QInput can take focus if I click on QInput on left hand side of FAB but it won’t take focus if I click the same QInput on right hand side of FAB.

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