Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

"Are You Sure ..." dialog unusable under 50rem screen width #283

Open
jaller94 opened this issue Aug 29, 2016 · 2 comments
Open

"Are You Sure ..." dialog unusable under 50rem screen width #283

jaller94 opened this issue Aug 29, 2016 · 2 comments
Labels

Comments

@jaller94
Copy link

Create a new contact. While doing so Cancel the creation. A dialog should appear: "Are you sure you want to leave?" If your screen width is lower 50rem it's unlikely the text and buttons of this dialog are on screen.

cozy-contacts-are-you-sure

Expected behaviour

The dialog should be within the visible area.

Code in question

@media(max-width:50rem) {
    .dialogs [role=dialog] [role=contentinfo],[role=alertdialog] [role=contentinfo] {
        [...]
        height:90vh
    }
    [...]
}

/apps/contacts/stylesheets/app.css:1466

This height declaration affects other dialogs in the application too!

Cozy platform

Data System: 2.5.12

Proxy: 2.5.14

Home: 2.5.19

Controller: 2.5.10

Contacts App: 2.1.11

Browser

Browser: Firefox 45.1.1

@clochix clochix added the bug label Aug 31, 2016
@clochix
Copy link
Contributor

clochix commented Aug 31, 2016

Thanks a lot for this very detailed bug report @jaller94 !

@kazord
Copy link

kazord commented Sep 5, 2016

same probleme with delete contacts ([keep it] / [delete]) confirmation

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants