The style for the minimal error widget is not set in the example

Bug #491337 reported by Michael Nelson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
LAZR Javascript Library
Fix Released
Medium
Michael Nelson

Bug Description

See:

firefox examples/error/minimal_example.html

Currently the style is not being applied to the widget at all.

Related branches

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.

Changed in lazr-js:
status: Triaged → In Progress
Changed in lazr-js:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.