Uploaded image for project: 'MediaPortal 1'
  1. MediaPortal 1
  2. MP1-2216

New OnMessage method in WindowPluginBase with SelectCurrentItem() call can cause problems in internal plugins

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.3.0 Alpha
    • 1.3.0 Alpha
    • Plugins
    • None
    • Operating System: Windows 7
      Platform: Intel

    Description

      View button can switch screens (ie. in my vids from shares to dbviews) so we need to check that because SelectCurrentItem() call will be done on old screen selected item (which is not available anymore) and that can cause a trouble

      h4. Steps to Reproduce
      Go into MyVideos share view and change to any database view, sometimes thumb will not be visible even it is set in code and item is selected

      h4. Additional Information
      Check must be done to see if initial View change screen is a current active screen

      if (GUIWindowManager.ActiveWindow == GetID)
      {
        SelectCurrentItem();
      }

      Attachments

        Activity

          People

            deda deda (Inactive)
            deda deda (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: