← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1357331] Re: Page refresh cancels modal dialog

 

** Changed in: horizon
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1357331

Title:
  Page refresh cancels modal dialog

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  If you perform an operation that would display a green success
  message, but instead of waiting for that message you immediately
  launch another modal dialog, the modal will be cancelled when the
  table is refreshed and the message is displayed.

  Steps to reproduce:
  1. Go to Admin > Flavors and Edit a flavor.
  2. Press Save (you don't even have to make any changes first)
  3. After 'Working...' spinner disappears and the table is drawn and before the success message is displayed, immediately Edit another flavor (or even the some one, it doesn't matter).
  4. The 'Loading...' spinner appears, and you may even get to see the dialog briefly.
  5. The screen jumps back to the table (cancelling your dialog) and displays the 'Success' message.

  This bug not only spoils UX, but also forces to add `time.sleep` into
  integration tests to make them pass.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1357331/+subscriptions


References