Skip to content

Creating a VideoView creates an unnecessary div  #694

@nickgaray

Description

@nickgaray

On Creating a video view, the base class View constructor is invoked, generating an id for the view, then calling init. Within init a div is created and this views id is assigned to it. This ends up creating an unnecessary div node that is not used in the presentation as VideoView creates a canvas and attaches it to the div with the given container id.

This makes having multiple videos create as many divs that are not used at all

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions