During the pin change dialog the "Confirm" button desapear behind the keyboard
Bug #1369723 reported by
Renato Araujo Oliveira Filho
This bug report is a duplicate of:
Bug #1376763: [sdk] Dialog doesn't take the contents size into consideration.
Edit
Remove
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-system-settings (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
ubuntu-ui-toolkit (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
As you can see on the attached screenshot the confirm button is not visible when the keyboard appears.
In my opinion we should avoid use dialog with input fields, this can be very difficult to handle since there is no scroll on dialog, and there is no way to move it.
Changed in ubuntu-system-settings (Ubuntu): | |
assignee: | nobody → Matthew Paul Thomas (mpt) |
no longer affects: | ubuntu-ui-toolkit (Ubuntu) |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | New → Confirmed |
To post a comment you must log in.
Unfortunately, avoiding dialogs with input fields wouldn't solve the problem: especially in landscape mode, dialog contents can be taller than the screen regardless of whether they contain input fields or not.
The solution is that the body area of dialogs should scroll -- this has been in the toolkit spec for months. <http:// goo.gl/ KqqGBe> (currently Canonical-only link)