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

Using MenuSeparator leads to: qt5/qml/QtQuick/Controls/Private/MenuContentItem.qml:178: ReferenceError: Acccessible is not defined

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • None
    • 5.5.1
    • Quick: Controls 1
    • None
    • Gentoo Linux, Qt 5.5 from git, qtquickcontrols.git {{ed6330af2f6ba5ad9c71b9db82603fe0ff7f0534}}
    • 417fd8ae2e16cbf5d19a728354f2fea248d7f740

    Description

      I'm getting error file:///usr/lib64/qt5/qml/QtQuick/Controls/Private/MenuContentItem.qml:178: ReferenceError: Acccessible is not defined when I launch qmlscene with the following example:

      import QtQuick 2.5
      import QtQuick.Controls 1.4
      
      ApplicationWindow {
          visible: true
      
          menuBar: MenuBar {
              Menu {
                  title: "File"
                  MenuSeparator {}
              }
          }
      
          width: 200
          height: 100
      }
      

      Note that a regular MenuItem with some ordinary text does not trigger this error.

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            jkt Jan Kundrát
            Votes:
            3 Vote for this issue
            Watchers:
            10 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes