bug #6330
closedDefined sort order for Mediarepresentations
100%
Description
If multiple MediaRepresentations are available for one Media the order is arbitrary as it has set semantics.
This is sometimes confusing for the user if you open the same Media multiple times in details view but the result looks different.
We need a Comparator which may use size information from MediaRepresentationParts and/or any other as long as it is a reproducable order.
This might be true for other lists with set semantic. We may create another ticket to generally solve this problem for all these issues.
Maybe we should require a default Comparator for each such "list element" in TaxEditor.
Updated by Andreas Müller over 6 years ago
- Priority changed from New to Priority14
- Target version changed from Unassigned CDM tickets to Release 4.6
Updated by Andreas Müller over 6 years ago
- Target version changed from Release 4.6 to Release 4.7
Updated by Andreas Müller over 6 years ago
- Target version changed from Release 4.7 to Release 4.8
Updated by Andreas Müller about 6 years ago
- Target version changed from Release 4.8 to Release 4.9
Updated by Andreas Müller about 6 years ago
- Target version changed from Release 4.9 to Release 4.10
Updated by Andreas Müller about 6 years ago
- Target version changed from Release 4.10 to Release 4.11
Updated by Andreas Müller almost 6 years ago
- Target version changed from Release 4.11 to Release 4.12
Updated by Andreas Müller almost 6 years ago
- Target version changed from Release 4.12 to Release 4.13
Updated by Andreas Müller over 5 years ago
- Target version changed from Release 4.13 to Release 4.14
Updated by Andreas Müller over 5 years ago
- Target version changed from Release 4.14 to Release 5.0
Updated by Patrick Plitzner over 5 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 50
Applied in changeset taxeditor|1c3cb06bce28e238ec52c0469edaa0c7c41119aa.
Updated by Patrick Plitzner over 5 years ago
- Assignee changed from Patrick Plitzner to Andreas Müller
Updated by Andreas Müller over 5 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Andreas Müller to Patrick Plitzner
- % Done changed from 50 to 90
This generally seems to work though I tested only for MediaRepresentations.
Did you check in all cases that you did not overwrite a maybe existing sorting. I remember that we did some advanced sorting for certain sets already.
If this was checked we can close the ticket.
Updated by Patrick Plitzner over 5 years ago
- Status changed from Feedback to Closed
- % Done changed from 90 to 100
Andreas Müller wrote:
This generally seems to work though I tested only for MediaRepresentations.
Did you check in all cases that you did not overwrite a maybe existing sorting. I remember that we did some advanced sorting for certain sets already.
If this was checked we can close the ticket.
I checked all sub classes adapted the comparator accordingly.