touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #58028
[Bug 1425379] Re: touch browser crashes when invoking contextual menu in landscape orientation
This seems to be an issue in the UITK, I can reproduce with the
following sample scene:
import QtQuick 2.0
import Ubuntu.Components 1.1
import Ubuntu.Components.Popups 1.0
OrientationHelper {
MouseArea {
anchors.fill: parent
onClicked: {
PopupUtils.open(popover)
}
Component {
id: popover
ActionSelectionPopover {
actions: Action { text: "test" }
}
}
}
}
** Also affects: ubuntu-ui-toolkit (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1425379
Title:
touch browser crashes when invoking contextual menu in landscape
orientation
Status in Web Browser App:
Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
New
Status in webbrowser-app package in Ubuntu:
Confirmed
Bug description:
copy text works fine in portrait, crashes in landscape..
to reproduce exactly, was looking up how to sync my google calendar on
https://help.ubuntu.com/community/SyncEvolution
tried to copy one of the text boxes containing terminal commands -
crashes every time in landscape mode
---
1 - OS version 15.04 r111 (has been occurring over several updates though)
1a- installed on nexus 4 via multirom
2 - webbrowser-app version 0.23+15.04.20150217.1-0ubuntu1
3 - i expected to get the selected text copied to the clipboard so i
could paste it into the terminal
4 - browser shut down and i was returned to the apps launcher
To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1425379/+subscriptions
References