Skip to content

18.0.0-beta.0 breaks resizing with mouse via gutters on Firefox #454

@davidfiala

Description

@davidfiala

Describe the bug

Bug exists in: 18.0.0-beta.0 using Firefox 129.0.2 (64-bit) (latest as of writing)
But does not exist in 17.1.1 using otherwise same code and configuration.

To Reproduce

Upon moving mouse and clicking to drag a gutter, nothing happens and console logs:

Uncaught ReferenceError: TouchEvent is not defined
    Angular 3
        getPointFromEvent
        gutterEventsEqualWithDelta
        _SplitCustomEventsBehaviorDirective/dragStarted$</<
    RxJS 2
        filter
        _next

Basic example:

    <as-split direction="vertical">
      <as-split-area size="80">
        <h1>bar</h1>
      </as-split-area>
      <as-split-area size="20">
        <h1>foo</h1>
      </as-split-area>
    </as-split>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions