#144 closed defect (invalid)
slideshow widget breaks when using compression system inside setOpacity method
Reported by: | dylan | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When using the Dojo compression system with the slideshow widget, the slideshow fails inside the setOpacity method in firefox on lines that look like:
node.style.opacity=_381;
If you have the source files in the context of the package file, the issues goes away and the slideshow plays. This is with code from svn head, with builds attempted on different machines, and with old and fresh checkouts.
Note: See
TracTickets for help on using
tickets.
real issue was that the template was not being interned... marking as invalid.