dojo / core

:rocket: Dojo 2 - language helpers and utilities.
http://dojo.io
Other
213 stars 62 forks source link

I18nMixin unit test fail using a widget with ThemeableMixin applied and a theme in the registry #343

Closed agubler closed 7 years ago

agubler commented 7 years ago

Bug

6 unit tests fail when using a widget that has ThemeableMixin applied and a theme is available in the global registry.

To reproduce add ThemeableMixin to the I18n test widget, as follows:

class Localized extends I18nMixin(ThemeableMixin(WidgetBase))<I18nProperties> {}

And ensure that a theme has been registered in the widgets registry (usually global).

agubler commented 7 years ago

Issue moved to dojo/widget-core #600 via ZenHub