Known Issues and Workarounds

Most of the following 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.

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.