You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Existing structure is not displaying correctly in the structural navigation component on the item page when spans go beyond the duration of the file. Spans are active like divs and not displaying as hyperlinks that navigate to that a time point in the media player.
Further looking around and it looks like the integer durations were a red herring/coincidence. This item has a broken final structure link because total duration is 2912.314 and end of last segment is 2912.32. So the problem is just structure items having ends past the end of the object duration. Duration assignment and serialization is likely fine.
This is unlikely to affect other Avalon institutions, as most don't use structural metadata as heavily as we do at IU, so this could be pushed to next full release and cherrypicked out to MCO.
Description
Existing structure is not displaying correctly in the structural navigation component on the item page when spans go beyond the duration of the file. Spans are active like divs and not displaying as hyperlinks that navigate to that a time point in the media player.
Example: https://purl.dlib.indiana.edu/iudl/media/b68x31xp9v
Previous Investigation (see https://github.iu.edu/AvalonIU/Avalon/issues/233)
Further looking around and it looks like the integer durations were a red herring/coincidence. This item has a broken final structure link because total duration is 2912.314 and end of last segment is 2912.32. So the problem is just structure items having ends past the end of the object duration. Duration assignment and serialization is likely fine.
To Reproduce
Done Looks Like
Screenshots
The text was updated successfully, but these errors were encountered: