Search history popover displaced when OSK opens
Bug #1455406 reported by
Michael Zanetti
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-ui-toolkit (Ubuntu) |
Fix Released
|
High
|
Tim Peeters | ||
Vivid |
New
|
Undecided
|
Unassigned | ||
unity8 (Ubuntu) |
Invalid
|
High
|
Albert Astals Cid |
Bug Description
With a vivid based image, do a search in the dash. Clear it, start a second one (the popover should appear). When the OSK comes up, the popver is displaced, being partly off-screen, and covering the input field.
Related branches
lp://staging/~tpeeters/ubuntu-ui-toolkit/OSKvsTextInputPopover
Rejected
for merging
into
lp://staging/ubuntu-ui-toolkit/staging
- Cris Dywan: Disapprove
- PS Jenkins bot: Approve (continuous-integration)
- Albert Astals Cid (community): Approve (non-code)
-
Diff: 38 lines (+4/-4)2 files modifiedmodules/Ubuntu/Components/1.2/OrientationHelper.qml (+2/-2)
modules/Ubuntu/Components/1.3/OrientationHelper.qml (+2/-2)
lp://staging/~ubuntu-sdk-team/ubuntu-ui-toolkit/stopOrientationHelperVerticalMovement
- Bill Filler (community): Needs Fixing
- Tim Peeters: Approve
- PS Jenkins bot: Approve (continuous-integration)
-
Diff: 446 lines (+201/-35)9 files modifiedmodules/Ubuntu/Components/1.2/InputHandler.qml (+3/-10)
modules/Ubuntu/Components/1.2/OrientationHelper.qml (+5/-6)
modules/Ubuntu/Components/1.3/InputHandler.qml (+3/-10)
modules/Ubuntu/Components/1.3/OrientationHelper.qml (+5/-6)
modules/Ubuntu/Components/plugin/ucapplication.cpp (+13/-1)
modules/Ubuntu/Components/plugin/ucapplication.h (+5/-0)
tests/unit_x11/tst_components/MockKeyboard.qml (+62/-0)
tests/unit_x11/tst_components/tst_textinput_common.qml (+53/-1)
tests/unit_x11/tst_components/tst_textinput_common13.qml (+52/-1)
description: | updated |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | New → Confirmed |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | Confirmed → In Progress |
To post a comment you must log in.
I have investigated this and don't think it's an unity8 issue, the only thing we do is call PopupUtils. open(popoverCom ponent, searchTextField) and from there on the SDK takes care of positioning et al