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

can't use event handlers as children of View3D

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 6.1.0 Alpha
    • 5.15.2, 6.0.0
    • Quick: 3D
    • None
    • ede9952e56e40053ceb352cfd082a24082bd4e86 (qt/qtquick3d/dev)

    Description

      It's quite natural to use TapHandler or HoverHandler for picking, instead of MouseArea. But QQuick3DViewport has Q_CLASSINFO("DefaultProperty", "data"), overriding the data property in QQuickItem, which breaks some of the "magic" in
      QQuickItemPrivate::data_append(). It would be best to reuse that code; but if that's not practical for some reason, more of it needs to be duplicated, because it's not only items that can be children of items.

      Attachments

        Issue Links

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

          Activity

            People

              srutledg Shawn Rutledge
              srutledg Shawn Rutledge
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes