Popover loosing anchor when expanding/collapsing keyboard
Bug #1466222 reported by
Arthur Mello
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
High
|
Zoltan Balogh | ||
ubuntu-ui-toolkit (Ubuntu) |
Fix Released
|
Critical
|
Cris Dywan | ||
Vivid |
New
|
Undecided
|
Unassigned |
Bug Description
In webbrowser we are using a Popover anchored to the address bar to let the user add/change data for a new bookmarked url. For that we have a TextField inside the Popover and when it got the focus the keyboard shows up. When the keyboard is visible the Popover ends up above its initial position. The expected result on this case would be to have a way to lock the Popover on its initial position, even if the keyboard moves over it. Attached there is a sample code that shows the issue.
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)
Changed in ubuntu-ui-toolkit (Ubuntu): | |
assignee: | nobody → Christian Dywan (kalikiana) |
importance: | Undecided → Critical |
status: | New → Confirmed |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in canonical-devices-system-image: | |
status: | New → In Progress |
Changed in canonical-devices-system-image: | |
status: | In Progress → Fix Released |
To post a comment you must log in.
this is a critical issue for us as it affects the bookmarks folder we are trying to land for browser