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

JumpList doesn't work without pin on windows 10

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Out of scope
    • Icon: P4: Low P4: Low
    • None
    • 5.5.0, 5.5.1
    • Quick: Other
    • None
    • Windows 10

      The minimal working example with QML JumpList (same bahaviour if using QWinJumpList in c++).

      import QtQuick 2.3
      import QtQuick.Window 2.2
      import QtWinExtras 1.0
      
      Window {
          visible: true
      
          JumpList {
              JumpListCategory {
                  visible: true
                  title: "Test"
      
                  JumpListLink {
                      title: "Test Link"
                      executablePath: "http://google.com"
                  }
              }
          }
      }
      

      After launch appliction you may press right mouse button on the application in windows task bar and look at something like:
      http://i.stack.imgur.com/20Sx7.png

      Expected: If press to "Test Link" menu item the default browser with http://google.com url should be opened because of under the hood it uses shell execute. This work well in windows 7,8,8.1.

      Actual: In windows 10 this doesn`t work while you do not pin application to task bar by hands. After this done the link is working.

      Steps to reproduce

      • Run QML file
      • Choose "Test Link" from jumplist
      • Note : Nothing happens
      • Choose "Pin this program to taskbar" (keeping qmlscene running)
      • Choose "Test Link" from jumplist
      • Note : Webpage opens

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

            kleint Friedemann Kleint
            nikolay.bondarenko Nikolay Bondarenko
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes