-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with Library Navigation and Playback Option Menus in 10.8.5 #145
Comments
If you used jf-web
This can happen if the AlphaPicker overlaps the item view or is too close to it. |
Hi dmitrylyzo, Thanks for replying.
I just did a recompile using the master branch, the issue is still there. Only clicking on the "Playback Info" and "Subtitle Offset" works, but not the others.
No I'm not using any custom CSS theme. Everything is default. |
Still works on my NU7400 (Tizen 4) and in the Tizen 5 emulator. 🤷♂️
Or do you mean moving to the next incomplete row? In this case, the AlphaPicker is used because it goes before the item view.
Or below the last row? |
I'm not aware of these but it's working perfectly last time. I haven't got the chance to try on the emulator (messed up my dev env) just that it doesn't work on my Tizen 5 RU8000. Do you have any idea what was the cause to have this
With the current selection [X], when I click right on the remote, nothing happens, when I click down, it goes to the last column #. Shouldn't it goes to the row below of the last 2nd column when I click down instead of the going to the #? Strange way to navigate.
|
It is currently almost not used (only single place, iirc). With it:
FYI, jellyfin-web is slowly moving to React. React router doesn't currently support exiting the app.
It should navigate down. As I said, the only thing that comes to mind is that AlphaPicker is too close. |
Hi @dmitrylyzo, I'm so sorry for the confusion. My mistake as not to check if the app is successfully installed because I was using a batch file. It's been working for a while but now it failed due to certificate issues during install albeit it's the same valid cert I have always been using. I had to update Tizen Studio, delete the old cert then created a new one (Tizen cert no longer works, IIRC was using this, so now I created with Samsung cert). After which I'm stumbled with this new issue instead using the master branch, #144. I had also tested the 10.8.z branch and the mentioned menu and navigation issues doesn't occur. Sorry again, will close this, I'll now try to debug what's going on with the master branch #144. |
I just noticed the playback menu in 10.8.5 has issues that wasn't present in the browser mode. On the Smart TV (RU8000) during a playback, if I were to click on the gear icon, then click on something like the "Aspect Ratio" or "Quality", I could see the list popup momentarily then disappeared. So there's no way to change the options during playback.
As for the navigation issues, in the libraries, if you were to place the cursor selection on the thumbnail that's on the far right then trying to click down to select the item below, the selection will go to the "# A B C..." list instead which is by the way looks hidden behind the thumbnails. So you'll need to click left in order to be able to continue select downwards. I don't remember it behaves this way in previous versions.
The text was updated successfully, but these errors were encountered: