rdkcentral / Lightning

Lightning - The WPE UI Framework for developing Apps and UX
Apache License 2.0
188 stars 109 forks source link

Fix SVG txError not triggering #511

Closed MLangendijk closed 11 months ago

MLangendijk commented 1 year ago

Currently, SVG txError events are not triggered due to errors not getting captured. This change correctly handles the onerror event, which subsequently triggers the txError correctly.