Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

(demo): FlexLayout Splitter demo not working on IE11 #526

@ankur021188

Description

@ankur021188

FlexBox Splitter not working on IE 11.

use

Code

Usage

<div fxLayout="row" ngxSplit="row">
  <div fxFlex="30%" ngxSplitArea>
    Left
  </div>
  <div fxFlex="5px">
    <a href="#" ngxSplitHandle>...</a>
  </div>
  <div fxFlex="70%" ngxSplitArea>
    Right
  </div>
</div>

See #266 is not working.

Please provide the steps to resolve the issue.

The main reason for this issue is when we start dragging, after a moment when SplitAreaDirective.activatedValue starts returning values which are actually decimal numbers, in IE the value returned is NaN.

So, how to resolve the issue?

Metadata

Metadata

Assignees

Labels

IE BugThis issue is specific to Internet ExplorerP4Low-priority issue that needs to be resolveddocshas prA PR has been created to address this issue

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions