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

    QMenu Toggle Bug IE11

    Help
    2
    4
    98
    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.
    • J
      johndrew last edited by johndrew

      I am investigating an issue with QMenu in IE11 where the menu does not appear when triggered across our entire site. I added show/hide and before-show/-hide listeners, and what I see is that the hide event is triggered between before-show and show event listeners. If I add a starting value of true to the menu, the menu will show as expected and hide when there is an outside click; after this initial success, the issue returns.

      I have tried isolating an example of QMenu in our app, but the issue still exists. I created a fresh quasar project and added a component with a similar QMenu usecase, and the issue does not exist here.

      After going through our quasar.conf.js and trying to disable as much as I could, disabling IE support fixed the issue. I’m guessing one of the polyfills is interfering with QMenu, but in my “fresh quasar project” mentioned earlier I also have IESupport enabled and there is no issue.

      Any idea what might be happening with these show/hide events?

      Update: I found that this issue was fixed in 1.0.0-rc.5. We had been using rc.4, and an upgrade fixed the issue.

      1 Reply Last reply Reply Quote 0
      • J
        johndrew last edited by

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        • J
          johndrew last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • metalsadman
            metalsadman last edited by metalsadman

            @johndrew it’s a browser quirk imo. https://codepureandsimple.com/polyfilling-internet-explorer-11-a715c5b3c72

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