Opened 15 years ago
Closed 15 years ago
#2432 closed defect (duplicate)
issue with progress bar
Reported by: | guest | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.4.1 |
Keywords: | progress bar widget display startAnimation | Cc: | |
Blocked By: | Blocking: |
Description
On Firefox 1.5.09 : First, the progress bar never displays if I import the dojo.js before configuring the djConfig variable this way :
<script type="text/javascript" src="dojo-0.4.0-ajax/dojo.js"></script> <script type="text/javascript">
var djConfig = {
isDebug: true, baseScriptUri: "dojo-0.4.0-ajax/", debugAtAllCosts: false
};
</script>
If I inverse the two markups, it works !!
Secondly, if I want to start the animation that way :
var bar = dojo.widget.byId("testBar"); bar.startAnimation(); bar.render();
sometimes that works and the animation is ok, but sometimes it doesn't work ?? I deploy my web site with tomcat.
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Duplicate, see #2433