Open jaller94 opened 8 years ago
The dialog moves up again and isn't faded to grey. The <section role="dialog" class="card"> loses its attribute aria-busy="true".
<section role="dialog" class="card">
aria-busy="true"
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.
Contacts App: 2.1.14
Browser: Chrome 53 / Firefox 48.0 on Ubuntu 16.04
Thanks for this very detailed report!
Reproduce
Example 1
Example 2
Expected behaviour
The dialog moves up again and isn't faded to grey. The
<section role="dialog" class="card">
loses its attributearia-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.Cozy / Browser versions
Contacts App: 2.1.14
Browser: Chrome 53 / Firefox 48.0 on Ubuntu 16.04