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. Cancel button hanging on to mouse
Forum Updated to NodeBB v4.3 + New Features

Cancel button hanging on to mouse

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 3 Posters 328 Views 1 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.
  • PerdrixP Offline
    PerdrixP Offline
    Perdrix
    wrote on last edited by
    #1

    I have a problem that a few users are reporting that the cancel button of our progress dialog is grabbing hold of the mouse pointer such that they can't select another application (for example).

    I cannot reproduce this here at all.

    Has anyone encountered similar behaviour, and if so did you find out what was causing the problem? I'm beginning to suspect a video or mouse driver issue but have no proof.

    Thanks
    David

    jsulmJ 1 Reply Last reply
    0
    • PerdrixP Perdrix

      I have a problem that a few users are reporting that the cancel button of our progress dialog is grabbing hold of the mouse pointer such that they can't select another application (for example).

      I cannot reproduce this here at all.

      Has anyone encountered similar behaviour, and if so did you find out what was causing the problem? I'm beginning to suspect a video or mouse driver issue but have no proof.

      Thanks
      David

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Perdrix Would be important to know on which platform and what Qt version is used.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • Z Offline
        Z Offline
        zeljko
        wrote on last edited by
        #3

        Are you doing mouse grabbing ? What Qt version it is ?

        1 Reply Last reply
        0
        • PerdrixP Offline
          PerdrixP Offline
          Perdrix
          wrote on last edited by
          #4

          Sorry this is Windows, Qt 6..8.0 and do have a few pieces of code that use mousePressEvent()

          Most end like:

          	Inherited::mousePressEvent(event);
          }
          

          where Inherited is a typedef for the base class (typically QWidget).

          1 Reply Last reply
          0
          • PerdrixP Offline
            PerdrixP Offline
            Perdrix
            wrote on last edited by
            #5

            I don't use QWidget::grabMouse()

            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