Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QNSView mouseDragged QWarning
Forum Updated to NodeBB v4.3 + New Features

QNSView mouseDragged QWarning

Scheduled Pinned Locked Moved General and Desktop
macosxqnsviewmouseqmenu
3 Posts 2 Posters 1.6k Views 2 Watching
  • 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.
  • mmirskyM Offline
    mmirskyM Offline
    mmirsky
    wrote on last edited by mmirsky
    #1

    I recently ported a Qt4 application to Qt5.4.1 (also tested Qt5.5.0 beta). I've experienced a handful of odd behavior since then. One of the problems that occurs on Macosx 10.8.5 is that I get a bunch of QWarnings if I left-click mouse drag before a QMenu drop down has had time to disappear. That is,

    1). Click a QMenu (menu drops down)
    2). Before QMenu disappears, left-click-drag on some other GUI element
    3). See a bunch of QWarnings (see following) until the left-mouse button is released:

    QNSView mouseDragged: Internal mouse button tracking invalid (missing Qt::LeftButton).

    Other than the warnings, I have not noticed any negative effects.

    I saw that a very similar bug was logged: QTBUG link, but it occurs under different circumstances.

    Is this likely the same bug, or is there something I should correct on my end? Any advice is appreciated.

    I'd be glad to answer any more information if it will help to diagnose the problem. Thanks for your help!

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      You can add your findings to the report, it might help narrow down the problem even further. From the looks of it, you are indeed hitting the same bug

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • mmirskyM Offline
        mmirskyM Offline
        mmirsky
        wrote on last edited by mmirsky
        #3

        Hi SGaist,

        Thanks for the tip. I made a comment on the linked bug. Hopefully, that helps someone!

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved