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

Popup menu does not scroll properly on Symbian

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • Some future release
    • 4.6.3, 4.7.1
    • Widgets: Main Window
    • None
    • Tested on Nokia N8 running its default Qt and a Nokia N97 mini on 4.6.3

    Description

      Hello Folks,
      I have a somewhat strange UI usability eeker - popup menus cannot be scrolled.

      My app opens a popup menu like this:
      void QtAllFeedTreeView::CmdSortClicked()
      {
      QMenu *menu = new QMenu(this);

      menu->addAction(showAllAction);
      menu->addAction(showBookmarkedAction);
      menu->addAction(showUnreadAction);

      #ifndef Q_OS_SYMBIAN
      //no sense in that on Symbian
      //menu->addSeparator();
      #endif

      menu->addAction(groupDateAction);
      menu->addAction(groupNameAction);

      #ifndef Q_OS_SYMBIAN
      //no sense in that on Symbian
      //menu->addSeparator();
      #endif

      menu->addAction(sortAscAction);
      menu->addAction(sortDescAction);

      menu->exec(QPoint(ui.CmdAdd->pos().x(),ui.CmdAdd->pos().y()));
      }

      The menu has more items than can be shown on screen. However, no scroll bar is shown -> makes scrolling unintuitive.

      I will upload a video in a jiffy...

      With best regards
      Tam Hanna

      Attachments

        1. popup.zip
          94 kB
        2. Video0028.mp4
          2.56 MB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            tapadar Indrajit Tapadar (Inactive)
            tamhanna Tam Hanna
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes