Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tw2 does not respect resource ordering #2

Open
pedersen opened this issue Sep 11, 2012 · 0 comments
Open

tw2 does not respect resource ordering #2

pedersen opened this issue Sep 11, 2012 · 0 comments
Labels
Milestone

Comments

@pedersen
Copy link
Member

Hi, this is just to record the problem I voiced on IRC earlier where the dependencies for the javascript were causing problems.

My workaround is to switch to toscawidgets 1.

TW1 gives:

<head><script type="text/javascript" src="/toscawidgets/resources/tw.jquery.base/static/javascript/jquery-1.3.2.js"></script> 
<script type="text/javascript" src="/toscawidgets/resources/tw.jquery.base/static/javascript/jquery.bgiframe.js"></script> 
<script type="text/javascript" src="/toscawidgets/resources/tw.jquery.base/static/javascript/jquery.dimensions.js"></script> 
<script type="text/javascript" src="/toscawidgets/resources/tgext.menu.util/static/js/jquery.positionBy.js"></script> 
<script type="text/javascript" src="/toscawidgets/resources/tgext.menu.util/static/js/jquery.jdMenu.js"></script> 
<link rel="stylesheet" type="text/css" href="/toscawidgets/resources/tgext.menu.util/static/css/jquery.jdMenu.css" media="all" /> 

And TW2 gives

<head><script type="text/javascript" src="/resources/tgext.menu.util/static/js/jquery.jdMenu.js"></script> 
<link rel="stylesheet" type="text/css" href="/resources/tgext.menu.util/static/css/jquery.jdMenu.css" media="all" /> 
<script type="text/javascript" src="/resources/tw2.jquery/static/jquery/1.3.2/jquery.js"></script> 
<script type="text/javascript" src="/resources/tgext.menu.util/static/js/jquery.bgiframe.js"></script> 
<script type="text/javascript" src="/resources/tgext.menu.util/static/js/jquery.dimensions.js"></script> 
<script type="text/javascript" src="/resources/tgext.menu.util/static/js/jquery.positionBy.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant