Bug loading "dojo.style.*" in VerticalPanelBridge
-------------------------------------------------
Key: XAP-126
URL: http://issues.apache.org/jira/browse/XAP-126
Project: XAP
Issue Type: Bug
Components: Widgets
Environment: WinXPPro, Firefox
Reporter: Turyn, Michael
Priority: Minor
The Xap.require("dojo.style.*) correctly passes the request on to
dojo.require("dojo.style.*"). Dojo next tries to load it from
"../../src/dojo/../dojo/src/style/__package__.js", which means it tries to load
the resulting 404 message page (which says that
"/xap/src/dojo/src/style/__package__.js" is unavailable).
This doesn't interrupt operations, but
1.) It might indicate a more serious problem with our loading mechanism
and/or the file structure it expects
and
2.) It looks like it might affect the eventual styling of the page.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira