Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-12140

probably wrong behaviour, if mousetracking true and widget disabled

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Out of scope
    • Icon: P3: Somewhat important P3: Somewhat important
    • 4.8.x
    • 4.6.3
    • None
    • linux

      Following situation:
      QWidget p;
      QWidget c(p);
      p.setMouseTracking(true);
      c.setEnabled(false);

      if the mouse moves over widget c, then p gets mousemove events only if pressing a button.
      after c.setMouseTracking(true) p will get all mouse events.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            dedietri Gabriel de Dietrich (drgvond)
            aman Adam
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes