cozy / cozy-contacts-v2

Contact books manager for Cozy
http://cozy.io
GNU Affero General Public License v3.0
20 stars 20 forks source link

Dialogs stay "aria-busy" after canceling an alertdialog #298

Open jaller94 opened 7 years ago

jaller94 commented 7 years ago

Reproduce

Example 1

  1. Create a new contact or edit an old one
  2. Click "Cancel" in the edit dialog.
  3. Click "Stay on edit mode"

    Example 2

  4. Open an existing contact
  5. Click "Delete"
  6. Cancel the deletion.

    Expected behaviour

The dialog moves up again and isn't faded to grey. The <section role="dialog" class="card"> loses its attribute aria-busy="true".

Actual behaviour

The edit dialog stays in it's transition and faded. This is because the attribute aria-busy="true" isn't removed or set to false. screenshot from 2016-09-19 21-52-38

Cozy / Browser versions

screenshot from 2016-09-19 22-02-07

Contacts App: 2.1.14

Browser: Chrome 53 / Firefox 48.0 on Ubuntu 16.04

clochix commented 7 years ago

Thanks for this very detailed report!