loading page at timecode redirects to last selected annotation #1900
Labels
No labels
backend
critical
defect
duplicate
enhancement
fixed
frontend
general
invalid
major
minor
normal
oxjs
pandora_client
python-ox
task
trivial
wontfix
worksforme
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: 0x2620/pandora#1900
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
How to reproduce? This definitely doesn't always happen.
Load https://indiancine.ma/GTX/editor/OE
Switch to Info View
Click on the last link in the summary
Expected: IN,OUT, actual: OE
The above happens because "itemFind" is "balcony", which matches OE.
When a position is present, we must not jump to the first match.
What could work is:
When POS/IN/OUT are set in UI, and we're switching to a video view, set pandora dontSelectResult flag.
In editor.js, pass selectResult: false to and reset flag.
Also see #367.
Note that unlike the editor panel, the player panel doesn't jump to a result at all.
In []changeset:pandora,4163: