-
Notifications
You must be signed in to change notification settings - Fork 43
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
Subtitle editor: Allow to change end time of segment in timeline by drag and drop #1316
Subtitle editor: Allow to change end time of segment in timeline by drag and drop #1316
Conversation
…drop. Fixes "e" handle for subtitle segment in timeline. Removes code for "n" and "s" handle which is never used.
Hi @snoesberger |
Hi @snoesberger |
It's a bit unfortunate that I can't test this just because the ICLA hasn't been processed yet. 😅 |
I filled in the ICLA a week ago, but haven't received a confirmation yet. |
Apereo got the ICLA. Please just ignore the test for now. It can take a while before that is officially documented. If anyone asks, please point them to this comment. |
Maybe to avoid future confusion about this, a few words about the test deployment, which absence I think you are complaining about. First, you can always just clone this and run Second, I think here is a misconception that the failing ICLA test has something to do with the missing test deployment. Since that is deploying code, for security reasons, it's only doing that for known developers. To be more precise, it's limited to people in the team opencast-editor/.github/workflows/update-test.yml Lines 11 to 12 in fbae57c
@gregorydlogan or I can easily add more people to that group. If you want access or want someone else to have access, just let us know. @snoesberger, I've invited you to that team. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tried this and found a bug. It seems like you get two input fields for subtitles whenever you start a new subtitle:
opencast-editor-subtitle-two-input-fields.mp4
Ah, thx, I did not know this! Makes sense. |
Thanks for testing, Lars. This is strange, I can reproduce the behaviour but only when I start the editor in development mode. If I build the editor and start the new build, only one input field is added. And I have the same behaviour when I do the same for the main branch, so it looks like this problem hasn't been added by the changes in this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works and simplifies the code to boot, nice.
Can confirm that the concern Lars brought up is unrelated to this pull request, as it is already happening on main.
I'd love to see this PR merged. Or is there still something preventing it from being merged? |
I don't see any blockers anymore, thanks for the reminder. |
In the subtitle editor timeline, it was only possible to change the start time of a segment by drag and drop. This change makes it possible to change the end time in the same way.
Resolves #1314