The <label> element's for= attribute does not match the <input> element's id= attribute in processing step of the new event wizard and is not nested.
Usually, I click the labels to make sure the correct controls are toggled instead of clicking tiny controls but this does not work here.
It is also likely that accessibility aids have trouble to associate the label with the respective control.
This is always reproducible using Firefox 153.0.4 under Ubuntu 24.04.
Here are the steps:
- Login at https://legacy.opencast.org/login.html
- Click "Add event" (or press "n")
- Provide a title and confirm with enter
- Click "Next"
- Provide a "Presenter" video file and click "Next"
- Select "Process upon upload and schedule"
- Left click on "Straight to publishing" (note that nothing happens)
- Right click on "Straight to publishing" and select "Inspect" from the browser's context menu (note that the IDs differ)
Side note: Neither is there an element with the ID or name referenced by the <label>'s for= attribute.
The
<label>element'sfor=attribute does not match the<input>element'sid=attribute in processing step of the new event wizard and is not nested.Usually, I click the labels to make sure the correct controls are toggled instead of clicking tiny controls but this does not work here.
It is also likely that accessibility aids have trouble to associate the label with the respective control.
This is always reproducible using Firefox 153.0.4 under Ubuntu 24.04.
Here are the steps:
Side note: Neither is there an element with the ID or name referenced by the
<label>'sfor=attribute.