Tradeshift / tradeshift-ui

Tradeshift UI is a framework-agnostic JavaScript library to help Tradeshift App developers to create cohesive user experiences and to provide reusable UI components.
https://ui.tradeshift.com
Other
33 stars 44 forks source link

[DOM] `node.alt = 'value';` isn't picked up by the AttPlugin #384

Closed sampi closed 7 years ago

sampi commented 7 years ago

Tradeshift UI version affected

v9.x.x

Expected Behavior

node.alt = 'new alt value';

this should trigger an onatt inside the Spirit through gui.AttPlugin

Actual Behavior

There's no trigger.

sampi commented 7 years ago

Fixed in v9.2.0 - https://github.com/Tradeshift/tradeshift-ui/releases/tag/v9.2.0