bartolomesoriano / skin.amber

Amber skin for Kodi Leia/Matrix
http://forum.kodi.tv/forumdisplay.php?fid=203
Other
30 stars 15 forks source link

Skin selecting listitems without user input in addon #33

Open zach-morris opened 2 years ago

zach-morris commented 2 years ago

I've had a few reports of strange behavior with the Amber skin used in conjunction with IAGL, and I'm having trouble pinpointing the cause.

The issue can be duplicated by: 1). Installing IAGL 2). Enabling Amber 3). Browse to any list 4). Move down the list of games 5). Note that a games info window opens without user intervention - this doesn't occur in most skins (Kodi default for example). User has to typically press select before the infodialog will open.

IAGL uses a custom windowxml dialog to show info on a game before launching it. Somehow Amber is activating this window without the user selecting it. In addition, if you attempt to setup widgets to the addon listitems, you get similar issues with games being selected. This may also somehow be caused by skinshortcuts, but after some digging I have yet to pinpoint where exactly the selection is occuring.

Ultimately I'm interested to know if there's something I can do in my addon to prevent this auto selection or if there's a skin setting that will prevent it.

Thanks in advance