Problem/Motivation

The Views UI adds a spinner when pressing "apply" on modals. This causes buttons to jump. On seven the views ui uses a different spinner.

Steps to reproduce:

  1. Install standard
  2. Install claro
  3. Set it as the default admin theme
  4. Go to admin/structure/views/view/who_s_new
  5. Click on "Who's new" title to edit the title
  6. Press the "Apply button"
  7. An unthemed ajax spinner will be inserted above the button causing the button to jump (this happens very quick)

Proposed resolution

tbd

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Comments

alexpott created an issue. See original summary.

huzooka’s picture

Well, this is fixed by the most recent patch of #3023311: Modal dialog style update.

Version: 8.9.x-dev » 9.1.x-dev

Drupal 8.9.0-beta1 was released on March 20, 2020. 8.9.x is the final, long-term support (LTS) minor release of Drupal 8, which means new developments and disruptive changes should now be targeted against the 9.1.x-dev branch. For more information see the Drupal 8 and 9 minor version schedule and the Allowed changes during the Drupal 8 and 9 release cycles.

Version: 9.1.x-dev » 9.2.x-dev

Drupal 9.1.0-alpha1 will be released the week of October 19, 2020, which means new developments and disruptive changes should now be targeted for the 9.2.x-dev branch. For more information see the Drupal 9 minor version schedule and the Allowed changes during the Drupal 9 release cycle.

Version: 9.2.x-dev » 9.3.x-dev

Drupal 9.2.0-alpha1 will be released the week of May 3, 2021, which means new developments and disruptive changes should now be targeted for the 9.3.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Version: 9.3.x-dev » 9.4.x-dev

Drupal 9.3.0-rc1 was released on November 26, 2021, which means new developments and disruptive changes should now be targeted for the 9.4.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

mvkooten’s picture

Status: Active » Closed (outdated)
Issue tags: +Bug Smash Initiative

I've followed the steps to reproduce and it seems fixed as mentioned by @huzooka #3023311: Modal dialog style update