-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
With seek bar/controller moved to top left, parts of seek bar doesn't respond. #4156
Comments
Reproduced. Was also able to fix this easily. When I was working on #4180 I found that the Z order of each view depends on its order in Interface Builder's outline view (the left sidebar). Views lower in the list cast shadows on views higher in the list. So the solution is just to drag the OSD view up high enough so that it precedes all the OSCs and anything else which can be clicked. Like this: |
I have tested PR #4180 and confirmed it fixes this issue. |
The fix for this issue has been merged into the IINA |
This was fixed in IINA 1.3.5. |
System and IINA version:
Expected behavior:
Clicking and dragging to seek in the video seeks to expected part of video.
Actual behavior:
Clicking on seek bar doesn't work if seek bar/controller is moved to top left of screen. The seek bar doesn't work in the exact area as the "notification" telling which timecode of the video you were seeking to. The notification itself overlays the seek bar.
Steps to reproduce:
How often does this happen?
Consistently, reproducible over many versions of iina.
The text was updated successfully, but these errors were encountered: