Silverstripe-framework: Inconsistency on the re-login dialog

Created on 28 Jan 2020  路  7Comments  路  Source: silverstripe/silverstripe-framework

Description

When your session expires in the CMS you will be prompted to log back in in a modal. This Modal displays an iFrame with a login screen.

  • The button styles for the modal don't match the admin ones.
  • There's a blank space with subtly different background colour below the iframe

image

Steps to Reproduce

  • Access the CMS
  • Using your browser's dev tool delete your session cookie.
  • Navigate to different page
affectv4 changpatch efforeasy impaclow typbug typfrontend

All 7 comments

@silverstripeux Don't know how much you care about this. I'm thinking, it could be worthwhile redoing this thing in react with form schemas instead of using an iframe.

The visual layout of this is shocking. Form schemas should allow for more control and less fragile styles I hope :)

Guessing this just wasn't looked at during the migration to Bootstrap in CMS 4 馃槄

I feel like that isn't how it looked about a year ago in the CMS.

It's not something we look at very often. Because it's an iframe, it's got a somewhat different context than the rest of the admin area, so global style changes could very well have unusual affect in here.

I'll add a test entry for it in our HipTest/CucumberStudio.

This is one of the only designs I can find for the timeout modal @clarkepaul Timeout design. Let me know if this is still the direction we are going for and I'll upload to DSM.

Was this page helpful?
0 / 5 - 0 ratings