Skip to content

Front end upload video display issue #13

@Bowarc

Description

@Bowarc

When selecting video to upload, displaying the loaded (not yet uploaded) videos with for self.files.iter().map(Self::view_file) causes the web browser to display the same video multiple times.

I can fix it by adding .rev() after .iter() which reverses the iterator but this isn't a solution.
This bug can also be fixed by displaying an image between every videos

I think this bug is linked to how the web browser refreshes the video placements and fails to realise that the second (different) video isn't under the first one

Could this bug be fixed by adding delay ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions