jurialmunkey / skin.arctic.fuse

Other
160 stars 22 forks source link

new version skips widget when a stacked folder is below it #703

Closed taiseer999 closed 5 months ago

taiseer999 commented 5 months ago

Skin section

Widgets

Current Behavior

I set a genres widget for movies for example, latest release does not stop on the widget it jumbs straight down the stacked folder widget.

Expected Behavior

Work

Steps To Reproduce

See video

https://files.fm/u/q3yz5phdss

Screenshots and Additional Info

IMG_3063

Checklist

jurialmunkey commented 5 months ago

It looks like you have a blank item before the genre category (in categories not widgets).

Does it work if you delete that blank item?

taiseer999 commented 5 months ago

It's not actually a blank its a forgin language item that did not show because I switched Kodi language to English for the purpose of the showing the glitch.

jurialmunkey commented 5 months ago

I'm really trying to recreate this issue but I simply can't. It works as expected for me.

I tried with TMDbHelper genres and library genres and both worked. Tried to get as close to your settings as possible:

screenshot00500

ksefton92 commented 5 months ago

@jurialmunkey having the same issue here sadly. Any Stacked Folders gives me a TMDB Helper error, and the widget skips straight past them. One thing that may be worth calling out is this same issue occurs on AH2. Device/setup details: Kodi 21.0 on ATV 4K 2nd gen

taiseer999 commented 5 months ago

I sorted the issue here by disabling use as widget (probably kept selected from the very early days of the skin) whenever I choose to use widgets and not categories.

jurialmunkey commented 5 months ago

Yeah if use as widget is enabled but the submenu doesn't actually provide a valid widget then when kodi gets told to focus the top widget (which isn't there) it will jump to a different spot in the list. Same thing with the stacked widget being blank - kodi is expecting to be able to focus next widget but then can't because it doesn't exist so jumps to another position.