jurialmunkey / skin.arctic.fuse

Other
147 stars 22 forks source link

when entering a searchword in library with a remote, the back button goes back to home instead of closing the filter dialog #861

Closed Aemstel2 closed 2 months ago

Aemstel2 commented 2 months ago

Skin section

Library

Current Behavior

When going to library, filter and enter a word in the search box with remote app (I use Yatse), the back button in the app moves back to the home screen instead of closing the filter dialog and focusing the search results.

Expected Behavior

After entering a search word have the back button close the filter dialog and stay on the search results.

Steps To Reproduce

  1. enter library
  2. enter filter dialog
  3. enter a word in the search box with (Yatse) remote app
  4. press the back button

Screenshots and Additional Info

No response

Checklist

jurialmunkey commented 2 months ago

Sounds like a problem with Yatse not the skin.

This behaviour will occur using the action "PreviousMenu" (this is the action mapped to ESC on keyboard) instead of Back (action mapped to Backspace on keyboard).

Aemstel2 commented 2 months ago

No you can't use backspace in the searchbox because it will simply remove a letter from the entered text. On keyboard you have to press down first and then backspace. When using Yatse pressing down and back also works (does not go back to previous menu, but closes filter dialog). So I guess it's always necessary to press down first and then back.

In other words: when inside the searchbox, the Yatse back button goes to the home menu. When outside the searchbox (focusing the alphabet search for example), then the same Yatse back button does not go to the home menu, but closes the filter dialog.

jurialmunkey commented 2 months ago

There's nothing I can do about this behaviour, it is how kodi edit control works - back deletes and if you issue a different command like previous menu or home, then that is also functioning correctly by going back a window.