Bug ActivateWindow(...,return) - doesn't return from a context menu
#1
When ActivateWindow(,return) is run from a context menu the return will just end up in the top level Video menu, not the listing it started from.

This has been a bug since Krypton unless there is a new way to do it.

eg with xbmcswift2
Code:
            context_items =
            context_items.append(('YouTube Live', 'ActivateWindow(10025,plugin://plugin.video.youtube/special/live/,return)' ))
            items.append({
                'label': "Some Label",
                'context_menu' : context_items,
                })
Reply
#2
Also with v18?
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#3
(2018-10-27, 14:29)Martijn Wrote: Also with v18?
 Yes. I just tested it on KodiSetup-20181016-0f435864-master-x64
Reply

Logout Mark Read Team Forum Stats Members Help
ActivateWindow(...,return) - doesn't return from a context menu0