-
-
Notifications
You mu 8000 st be signed in to change notification settings - Fork 2.6k
Pressing arrow keys to move the cursor in some input fields affects playback #4583
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
Comments
Thank you for reporting this. Extra thanks for pointing out there are similar problems with other input fields as reported in the cited issues. @svobs Another issue related to processing key strokes. This one is not a recent regression. |
I already found a partial fix. See #4587, which should address the Quick Settings fields. Unfortunately it looks like a separate fix will be required for Open/Save dialogs. |
The PR for this fix may is no longer necessary. Apple has fixed this problem from their end. From the Sonoma release notes:
I downloaded and ran the latest nightly build, which confirmed this - at least for Sonoma. |
Not sure how much that helps? We still need to fix this for older macOS versions. Even though I find it annoying the change that ties the sheet to the window is probably correct as it matching up with how save dialogs for Apple applications work. |
That is a fair point... and the modal nature of the sheet does clean up the control flow by preventing the user from altering any of the state on which the dialog relies. I won't close the PR. |
Sounds good. We will see what the other developers opinion is on this. I'm hoping they will free up in another week and be able to review and merge some of these PRs. |
…4590) * Attach the following open/save dialogs to parent windows so that arrow key navigation works inside them instead of activating menu items: (1) "Load external audio file", (2) "Load external subtitle" (Subtitles menu), (3) "Load subtitle..." (Quick Settings button), (4) "Save downloaded subtitle" (Subtitles menu) * Make Save Playlist dialog into a sheet
The fix for this issue has been merged into the IINA |
This was fixed in IINA 1.3.5. |
In "save downloaded subtitle" dialog, pressing arrow keys to move the cursor in filename input affects playback.
System and IINA version:
Expected behavior:
Video duration to stay the same
Actual behavior:
Video rewinds when pressed left arrow key to move the cursor inside input field, fast forwards when pressed right arrow key, just like they normally do in playback window.
Steps to reproduce:
Download an online subtitle, open "save download subtitle" dialog, try to move the cursor in filename field with arrow keys.
How often does this happen?
All the time
The text was updated successfully, but these errors were encountered: