[Ubuntu-sdk-bugs] [Bug 1679647] [NEW] Package includes headers for google tests resulting in a conflict with the googletest package

2017-04-04 Thread Michael Sheldon
Public bug reported: Steps to reproduce 1) sudo apt install googletest 2) sudo apt install qtubuntu-sensors Expected result: Both packages should install cleanly, or qtubuntu-sensors should report that it conflicts. Actual result: dpkg: error processing archive /var/cache/apt/archives/qtubu

[Ubuntu-sdk-bugs] [Bug 1673461] [NEW] [regression] BorderImage no longer displays

2017-03-16 Thread Michael Sheldon
Public bug reported: BorderImages no longer display at all with the latest UITK release. This can be reproduced with the following simple QML and the attached png/sci files: import QtQuick 2.2 import Ubuntu.Components 1.3 MainView { width: units.gu(20) height: units.gu(20) Rectangl

[Ubuntu-sdk-bugs] [Bug 1630941] [NEW] Crash at shutdown in ~QNetworkConfiguration

2016-10-06 Thread Michael Sheldon
Public bug reported: After the recent landing for bug 1618590 the Ubuntu Download Manager tests frequently crash at shutdown with the following stack trace: Thread 1 "test_mms_downlo" received signal SIGSEGV, Segmentation fault. 0x77201b23 in QNetworkConfiguration::~QNetworkConfiguration(

[Ubuntu-sdk-bugs] [Bug 1594851] Re: Color fonts (e.g. emoji) fail to render correctly

2016-06-21 Thread Michael Sheldon
** Also affects: canonical-devices-system-image Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to qtbase-opensource-src in Ubuntu. https://bugs.launchpad.net/bugs/1594851 Title: Color fo

[Ubuntu-sdk-bugs] [Bug 1594851] [NEW] Color fonts (e.g. emoji) fail to render correctly

2016-06-21 Thread Michael Sheldon
Public bug reported: Attempting to use color fonts such as Emoji One results in garbled font rendering. This is fixed in Qt 5.7 so we just need to back port support for this. ** Affects: qtbase-opensource-src (Ubuntu) Importance: Undecided Status: New ** Affects: qtdeclarative-open

[Ubuntu-sdk-bugs] [Bug 1451554] Re: Every key is pressed twice on the desktop

2015-11-24 Thread Michael Sheldon
This looks like it's an upstream Qt bug, the release signal is sent twice when clicking a MultiPointTouchArea with a mouse, there's a bug report for this here: https://bugreports.qt.io/browse/QTBUG-44370 which also includes a patch against 5.6 that's currently still in review. Would the qtdeclarat

[Ubuntu-sdk-bugs] [Bug 1518352] [NEW] Input doesn't receive activeFocus when focusing a textfield after keyboard dismissed

2015-11-20 Thread Michael Sheldon
Public bug reported: When setting focus programmatically on a TextField the input area doesn't receive focus correctly if the keyboard has been previously dismissed by the user while in that field. Dismissing the keyboard removes activeFocus from the input component inside the TextField, and this

[Ubuntu-sdk-bugs] [Bug 1496468] [NEW] ListItem doesn't emit onClicked after user has swiped to leading item and back

2015-09-16 Thread Michael Sheldon
Public bug reported: Steps to reproduce: 1) Run the following QML from the console: import QtQuick 2.4 import Ubuntu.Components 1.3 MainView { Page { ListView { anchors.fill: parent model: 5 delegate: ListItem { onClicked: {   

[Ubuntu-sdk-bugs] [Bug 1493882] [NEW] selectMode property isn't obeyed on ListItem if set at component creation

2015-09-09 Thread Michael Sheldon
Public bug reported: Steps to reproduce 1) Run the following QML: import QtQuick 2.4 import Ubuntu.Components 1.3 MainView { Page { ListView { anchors.fill: parent model: 5 delegate: ListItem { selectMode: true Labe

[Ubuntu-sdk-bugs] [Bug 1493880] [NEW] ListItem's selectedChanged signal is emitted when the selection hasn't changed

2015-09-09 Thread Michael Sheldon
Public bug reported: Steps to reproduce: 1) Run the following QML: import QtQuick 2.4 import Ubuntu.Components 1.3 MainView { Page { ListView { anchors.fill: parent model: 5 delegate: ListItem { onSelectedChanged: {

[Ubuntu-sdk-bugs] [Bug 1430416] Re: [OSK] Should remember keyboard layout per conversation

2015-08-03 Thread Michael Sheldon
To implement this we'd need to devise some mechanism to provide language hints to the keyboard. If we wanted to do this purely internally this could be achieved by exposing some hint via the keyboard's QML bindings which the SDK's text field/area could use to inform the keyboard of the change in la

[Ubuntu-sdk-bugs] [Bug 1424109] [NEW] Fails to play media files contained in Qt resource packs

2015-02-20 Thread Michael Sheldon
Public bug reported: Attempting to play any media files contained within Qt resource packs through a QML Audio element fails silently without producing any error. This can be worked around if using wave files by using SoundEffect element (which presumably doesn't try to use media-hub), but this is

[Ubuntu-sdk-bugs] [Bug 1416040] Re: Can't change position in currently edited word

2015-02-20 Thread Michael Sheldon
** Package changed: ubuntu-keyboard (Ubuntu) => ubuntu-ui-toolkit (Ubuntu) ** Package changed: ubuntu-keyboard (Ubuntu RTM) => ubuntu-ui-toolkit (Ubuntu RTM) ** No longer affects: ubuntu-keyboard -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is

[Ubuntu-sdk-bugs] [Bug 1418983] [NEW] Not possible to limit the height of an ActionSelectionPopover

2015-02-06 Thread Michael Sheldon
Public bug reported: Setting the height on an ActionSelectionPopover results in it being positioned differently and the width being reduced, without the height changing. Steps to reproduce: 1) Run the following QML: import QtQuick 2.0 import Ubuntu.Components 1.1 import Ubuntu.Components.Popups

[Ubuntu-sdk-bugs] [Bug 1418981] [NEW] ActionSelectionPopover doesn't scroll when there are too many items to display

2015-02-06 Thread Michael Sheldon
Public bug reported: Steps to reproduce 1) Run the following QML on a phone: import QtQuick 2.0 import Ubuntu.Components 1.1 import Ubuntu.Components.Popups 1.0 import Ubuntu.Components.ListItems 1.0 as ListItems MainView { useDeprecatedToolbar: false Component.onCompleted: {

[Ubuntu-sdk-bugs] [Bug 1416450] [NEW] [regression] Tab switcher doesn't work if a text field is focused

2015-01-30 Thread Michael Sheldon
Public bug reported: Steps to reproduce: 1) Run the following QML: import QtQuick 2.0 import Ubuntu.Components 1.0 MainView { useDeprecatedToolbar: false anchorToKeyboard: true Tabs { Tab { title: "Test" Page { title: "Test"

[Ubuntu-sdk-bugs] [Bug 1409027] [NEW] Timer in rewritten OrientationHelper breaks keyboard orientation

2015-01-09 Thread Michael Sheldon
Public bug reported: The rewritten OrientationHelper that was merged into trunk here: http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui- toolkit/trunk/revision/1147 introduces a new 250ms timer to prevent incorrect rotations caused by Screen.primaryOrientation and Screen.orientation being set

[Ubuntu-sdk-bugs] [Bug 1407371] [NEW] Long tab titles overlap edges of tab switched menu

2015-01-03 Thread Michael Sheldon
Public bug reported: Present on vivid-proposed image 58 and RTM-proposed image 184. Steps to reproduce: 1) Run the following QML in qmlscene: import QtQuick 2.0 import Ubuntu.Components 1.1 MainView { useDeprecatedToolbar: false Tabs { Tab { title: "This is a long

[Ubuntu-sdk-bugs] [Bug 1406047] [NEW] Poor contrast between text and background in ProgressBar

2014-12-27 Thread Michael Sheldon
Public bug reported: I'm not sure if this is an issue for everyone, or just for people with colour blindness but I find the dark grey text showing the progress percentage very difficult to read against the Ubuntu orange colour. Switching to a light colour like white would be more readable once the

[Ubuntu-sdk-bugs] [Bug 1404672] [NEW] Kit creation fails because schroot isn't installed as a dependency

2014-12-21 Thread Michael Sheldon
Public bug reported: On a fresh install of Utopic using the Ubuntu SDK from the SDK team ppa the initial click kit creation fails with the error: click chroot: error: schroot not installed and configured; install click-dev and schroot Presumably schroot should be added as a dependency for either

[Ubuntu-sdk-bugs] [Bug 1396574] Re: TextField content partially deleted on focus with predictive text on

2014-11-26 Thread Michael Sheldon
** Also affects: ubuntu-keyboard (Ubuntu) Importance: Undecided Status: New ** Changed in: ubuntu-keyboard Assignee: (unassigned) => Michael Sheldon (michael-sheldon) ** Changed in: ubuntu-keyboard (Ubuntu) Assignee: (unassigned) => Michael Sheldon (michael-sheldon) -

[Ubuntu-sdk-bugs] [Bug 1377096] Re: Ubuntu Touch should allow alternative keyboard layouts

2014-10-03 Thread Michael Sheldon
** Package changed: ubuntu-ui-toolkit (Ubuntu) => ubuntu-keyboard (Ubuntu) ** Also affects: ubuntu-ux Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https:/

[Ubuntu-sdk-bugs] [Bug 1373039] [NEW] Crash in QML compiler if terminated whilst compiling asynchronous components

2014-09-23 Thread Michael Sheldon
Public bug reported: Reproducible on mako and krillin using devel-proposed r248 or rtm r50 This is easiest to reproduce with the camera-app, as this has a number of large components that get loaded asynchronously on start-up, however I believe it should be possible to trigger in any app that cont