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

QAbstractCameraController - escape key should not trigger "view all"

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P4: Low
    • None
    • 5.11
    • Qt3D
    • None

    Description

      This commit:

      https://codereview.qt-project.org/#/c/226879/

      changed the abstract base class for camera controllers to hard-code theĀ escape key to trigger a "view all" of the scene.

      For most applications, the escape key means "undo" or "cancel", so this is very counter-intuitive. This is really an app-specific functionality and does not belong in this base class. In addition, there's no clean way to remove this functionality.

      I would recommend either reverting this change or providing a way to cleanly turn off this functionality.

      Attachments

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

        Activity

          People

            seanharmer Sean Harmer
            asm Andy M
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes