Custom Query (18300 matches)
Results (145 - 147 of 18300)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#148 | duplicate | HTMLSlideShow (or Event code) fails to propagate delay properly | ||
Description |
Open up the test HTMLSlideShow page. Start and stop the slide show repeatedly (it helps to set delay to 3000ms and transition interval to 400 ms so bug is more visible). Then start and stop slide show repeatedly. It eventually (two or three start/stop cycles) starts doing a one/two step first slide shows up, disappears QUICKLY then second slide has normal delay. then next slide disappears QUICKLY, etc... I'm rating Priority as highest because I suspect it's the event code that's screwing up... |
|||
#149 | fixed | Code comments say not to invoke methods on dojo.hostenv, but dojo.hostenv.setModulePrefix is not aliased | ||
#150 | duplicate | using formNode and content in dojo.io.bind behaves incorrectly | ||
Description |
When both formNode and content are specified in dojo.io.bind the content from are appending without a '&' between them. This causes the last argument in the form and first in the content to not process correctly. |