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

Cannot creat accessible child interface for object

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.2.0
    • 5.1.0
    • None
    • MSVS10, Windows 7 SP1 x64
      Qt Creator, Windows 7 SP1 x64
    • e39d629ebe9044b505ac35eaae3ab9c214d452a2

    Description

      When hiding header for QTreeWidget I get this:
      QAccessibleTree::indexFromLogical: invalid index: 1 0 for QTreeWidget(0xf94748, name = "treeWidget")
      Cannot creat accessible child interface for object: QTreeWidget(0xf94748, name = "treeWidget") index: 1

      Attached the minimal app with the issue.(NOTE: delete untitled.pro.user in order to configure build paths for the app)
      These two lines are enough to reproduce it:
      ui->treeWidget->setHeaderHidden(true);
      ui->treeWidget->addTopLevelItem(new QTreeWidgetItem((QTreeWidget*)NULL, QStringList() << "Hello bugs"));

      Attachments

        Issue Links

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

          Activity

            People

              smd Jan Arve
              soulsharer Yaroslav Shmelev
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes