Solved Kodi Krypton bug in xbmcgui.Dialog().select()
#1
If xbmcgui.Dialog().select() dialog is called with the preselect parameter like this:

Code:
selected_option = xbmcgui.Dialog().select(
    dialog_title_str, list = list_items, preselect = pre_select_idx, useDetails = True
)
If the dialog is canceled (by pressing Backspace key or pressing the "Cancel" button) the value preselect is returned instead of the correct < 0 value.

This bug is present in Krypton 17.6. I have not confirmed the bug in Leia Beta 4.
Reply
#2
Please confirm with v18 as v17 will get no fixes at all.
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
was fixed in v18: https://github.com/xbmc/xbmc/pull/13196
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#4
Thanks.
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi Krypton bug in xbmcgui.Dialog().select()0