documentationfor yFiles for HTML 3.0.0.1

Known Issues and Workarounds

This document lists known issues in yFiles for HTML 3.0. Most of these issues result from errors in browsers or third-party toolkits. Where possible, yFiles for HTML includes a workaround for these issues. If a workaround exists but must be enabled, it is noted in the description of the known issues.

Enabling Workarounds

The yFiles for HTML demos enable certain workarounds by default. If you are using yFiles for HTML in production without the demo classes, and your application encounters the related issues, you should enable these workarounds in your own code.

For example, to enable the workaround with the ID cr570845 on the Workarounds class, you must set the corresponding workaround variable before initializing and using the GraphComponent:

import { Workarounds } from '@yfiles/yfiles';

Workarounds.ff1837973 = true;

See the properties of the Workarounds class for an overview of the available workarounds.

Contents of this Section