You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-dev@incubator.apache.org by "Turyn, Michael (JIRA)" <xa...@incubator.apache.org> on 2006/11/15 18:44:38 UTC

[jira] Created: (XAP-126) Bug loading "dojo.style.*" in VerticalPanelBridge

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

        

[jira] Updated: (XAP-126) Bug loading "dojo.style.*" in VerticalPanelBridge

Posted by "Scott Boyd (JIRA)" <xa...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/XAP-126?page=all ]

Scott Boyd updated XAP-126:
---------------------------

    Priority: Major  (was: Minor)

> 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
>
> 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

        

[jira] Commented: (XAP-126) Bug loading "dojo.style.*" in VerticalPanelBridge

Posted by "Turyn, Michael (JIRA)" <xa...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/XAP-126?page=comments#action_12450604 ] 
            
Turyn, Michael commented on XAP-126:
------------------------------------

Seems to bomb every time it's attempted.

> 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

        

[jira] Resolved: (XAP-126) Bug loading "dojo.style.*" in VerticalPanelBridge

Posted by "James Margaris (JIRA)" <xa...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/XAP-126?page=all ]

James Margaris resolved XAP-126.
--------------------------------

    Resolution: Fixed

dojo.style.* was wrong, it is just dojo.style. Should be changed everywhere now.

> 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
>
> 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

        

[jira] Closed: (XAP-126) Bug loading "dojo.style.*" in VerticalPanelBridge

Posted by "Trevor Oldak (JIRA)" <xa...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/XAP-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trevor Oldak closed XAP-126.
----------------------------


> Bug loading "dojo.style.*" in VerticalPanelBridge
> -------------------------------------------------
>
>                 Key: XAP-126
>                 URL: https://issues.apache.org/jira/browse/XAP-126
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets: Other
>         Environment: WinXPPro, Firefox
>            Reporter: Turyn, Michael
>
> 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.
-
You can reply to this email to add a comment to the issue online.