Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.3.0 Alpha
-
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();
}
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
Issue Links
- links to