Feature #956
Run slideshow in new window
Start date:
02/13/2015
Due date:
% Done:
100%
Description
Running a slideshow in a new window will solve several problems:
- Allow hide chrome CSS to be applied instantly (no flashing from the content showing and then hiding)
- Supports all views (not just those that use application.js, dashboard.js)
- Can start the view in the app context, solving problems where the application.js and dashboard.js may not load correctly because the view is being hosted in a different app
Subtasks
History
#1 Updated by Luke Murphey almost 10 years ago
- Description updated (diff)
#2 Updated by Luke Murphey almost 10 years ago
Starting a show is currently broken because I need to allocate the window in startShow() and then start executeSlideshowCycle().
#3 Updated by Luke Murphey almost 10 years ago
The dashboards app doesn't load the progress indicator.
#4 Updated by Luke Murphey almost 10 years ago
The progress indicator math is incorrect too.
#5 Updated by Luke Murphey almost 10 years ago
- Status changed from New to Closed