rdkcentral / Lightning

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

Fix texture changed logic #508

Closed elsassph closed 1 year ago

elsassph commented 1 year ago

It looks like there has been (forever) a bug in the elements' txLoaded event, over-firing because it incorrectly identifies texture changes.

this.__core.displayedTextureSource is a TextureSource but was apparently used in the code as if it was a Texture (thank you untyped JS).