Project

General

Profile

Feature #956

Updated by Luke Murphey over 9 years ago

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

Back