Skip to content

Zoom doesn't work in Firefox #8

@roback

Description

@roback

The problem is that the mousewheel event, used at

container.addEventListener('mousewheel', onMouseWheel, false);

isn't supported in Firefox.

According to https://developer.mozilla.org/en-US/docs/Web/Events/mousewheel, wheel should be used instead (needs to be tested in other browsers to make sure it works there).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions