Browser Issues and Included Workarounds
TroubleshootingSummary
yFiles for HTML includes workarounds for several bugs found in current web browsers. This article helps you determine if your application might be affected by a specific browser bug and explains how to enable the corresponding workaround.
Description
Enabling a Workaround
If your application experiences issues due to a specific browser bug, you can enable the corresponding workaround using the Workarounds class.
import { Workarounds } from 'yfiles'
Workarounds.cr570845 = 24;
Finding a Workaround
The Workarounds class lists all available workarounds and describes typical symptoms for each issue. If you are unsure which workaround to apply, review the properties in this class.
Categories this article belongs to:
yFiles for HTML
Applies to:
yFiles for HTML: 3.0, 3.1
Keywords:
workaround - browser - bugs