touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #48992
[Bug 1413194] Re: Cut/Copy/Paste options displayed off the top of the screen from the addressbar
I can easily reproduce with the following standalone test app:
import QtQuick 2.0
import Ubuntu.Components 1.1
MainView {
TextField {
anchors {
top: parent.top
left: parent.left
right: parent.right
margins: units.gu(2)
}
focus: true
text: "long-press me to invoke contextual options"
Component.onCompleted: selectAll()
}
}
** Summary changed:
- Cut/Copy/Paste options displayed off the top of the screen from the addressbar
+ [regression] Cut/Copy/Paste options displayed off the top of the screen from the addressbar
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1413194
Title:
[regression] Cut/Copy/Paste options displayed off the top of the
screen from the addressbar
Status in Web Browser App:
Invalid
Status in ubuntu-ui-toolkit package in Ubuntu:
New
Bug description:
Steps to reproduce
1) Long press on the addressbar
Expected result
Cut/Copy/Paste option should appear in a pop-up below the addressbar
Actual result
The pop-up is displayed above the addressbar, meaning only the bottom
of it is visible, the rest is cut off by the notification area/top of
the screen.
mako, vivid-proposed #72
To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1413194/+subscriptions