if ( previousPage ) {
        previousPage.setActive( false );
        // Blur anything focused if the next page doesn't have anything focusable.
        // This is not needed if the next page has something focusable (because once it is
        // focused this blur happens automatically). If the layout is non-continuous, this