Comment 1 for bug 491337

Revision history for this message
Michael Nelson (michael.nelson) wrote :

As far is I can tell, this is related to the comment in src-py/lazr.js.meta.Builder.generate_skin_modules:

{{{
            # If the computed module_name does not match the
            # Javascript module name without the namespace, then use
            # it as a postfix to disambiguate possibly multiple
            # modules.
}}}

which ensures that the skin module name is not ambiguous, but this skin module name is not then loaded (I assume because nothing in the YUI(LAZR_YUI_CONFIG).use(..., 'lazr.error-widgets',...) does not cause the re-named module to load? I'm not sure why, and haven't looked further into it.

I'm simply moving the required styles here into error-skin.css.