Merge lp://staging/~om26er/notes-app/remove_autopilot_workaround into lp://staging/notes-app

Proposed by Omer Akram
Status: Merged
Approved by: Olivier Tilloy
Approved revision: 161
Merged at revision: 165
Proposed branch: lp://staging/~om26er/notes-app/remove_autopilot_workaround
Merge into: lp://staging/notes-app
Diff against target: 209 lines (+102/-38)
5 files modified
KeyboardRectangle.qml (+81/-0)
NotesApp.qml (+1/-35)
tests/autopilot/notes_app/emulators/main_window.py (+3/-0)
tests/autopilot/notes_app/tests/__init__.py (+14/-0)
tests/autopilot/notes_app/tests/test_parts.py (+3/-3)
To merge this branch: bzr merge lp://staging/~om26er/notes-app/remove_autopilot_workaround
Reviewer Review Type Date Requested Status
Olivier Tilloy Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+176788@code.staging.launchpad.net

Commit message

added the functionality to make sure the keyboard appears before changing focus to another field.

Description of the change

added the functionality to make sure the keyboard appears before changing focus to another field.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Olivier Tilloy (osomon) wrote :

199 + if model() != 'Desktop':

209 + if model() != 'Desktop':

Those are not needed, as the check on model() is done already in assert_osk_eventually_shown() and assert_osk_eventually_hidden().

review: Needs Fixing
159. By Omer Akram

fix per suggestions

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Omer Akram (om26er) wrote :

> 199 + if model() != 'Desktop':
>
> 209 + if model() != 'Desktop':
>
> Those are not needed, as the check on model() is done already in
> assert_osk_eventually_shown() and assert_osk_eventually_hidden().

fixed.

Revision history for this message
Olivier Tilloy (osomon) wrote :

There is a conflict when merging in the latest trunk. Please merge and resolve.

review: Needs Fixing
160. By Omer Akram

merge trunk, fix conflicts

Revision history for this message
Omer Akram (om26er) wrote :

> There is a conflict when merging in the latest trunk. Please merge and
> resolve.

Done. Thanks

Revision history for this message
Olivier Tilloy (osomon) wrote :

129 + KeyboardRectangle {
130 + id: osk
131 }

The id is not needed, as it’s not used anywhere, so it can be safely removed.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
161. By Omer Akram

remove id for KeyboardRectangle, we don't use it

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Olivier Tilloy (osomon) wrote :

Looks good now.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches