[Ubuntu-sdk-bugs] [Bug 1615265] Re: OpenStreetMap Plugin for Map QML type broken

2016-08-25 Thread Michael Zanetti
** Package changed: ubuntu-ui-toolkit (Ubuntu) => qtlocation-opensource- src (Ubuntu) ** 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 ubun

[Ubuntu-sdk-bugs] [Bug 1616936] [NEW] UITK Gallery: pages pushed on the right panel while RTL is active have the wrong size

2016-08-25 Thread Andrea Bernabei
Public bug reported: r2079 Description: Pushing a page to the right panel while RTL is enabled causes the page to be pushed with the wrong size How to reproduce: 0) switch desktop mode on and make sure you have enough room to trigger the 2 panel layout in APL (i.e. > 80GU, currently). I teste

[Ubuntu-sdk-bugs] [Bug 1616926] [NEW] Scrollbar thumb shows as hovered after mouse is released outside the thumb

2016-08-25 Thread Andrea Bernabei
Public bug reported: ubuntu-ui-toolkit r2079 The fix to bug #1608897 created another issue. The code that checks if the thumb is being hovered currently only checks the y position of the input event, an optimization that worked well with the previous assumption that releasing mouse would always

[Ubuntu-sdk-bugs] [Bug 1616868] Re: Scrollbar thumb shows as hovered after touch release

2016-08-25 Thread Andrea Bernabei
** Also affects: ubuntu-ui-toolkit (Ubuntu RTM) Importance: Undecided Status: New ** 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 t

[Ubuntu-sdk-bugs] [Bug 1616907] [NEW] BottomEdge wobbles when OSK pops up

2016-08-25 Thread Tim Süberkrüb
Public bug reported: Presuming the following conditions: * There's a Page with a BottomEdge * Inside the BottomEdge there's a TextField/TextArea * anchorToKeyboard is set to true (e.g. in MainView or a parent OrientationHelper) When the BottomEdge is now in committed state, the user focuses the

[Ubuntu-sdk-bugs] [Bug 1616889] [NEW] ActionBar with overflow doesn't shrink

2016-08-25 Thread Christian Dywan
Public bug reported: The ActionBar with an overflow, as can be seen in tst_actionbar.13.qml, doesn't shrink below the space needed to show numberOfSlots buttons. That seems counterproductive when the window/ column/ device is too small, but I still want to see more buttons when possible (convergen

[Ubuntu-sdk-bugs] [Bug 1596811] Re: Please merge qtbase-opensource-src 5.6.1+dfsg-3

2016-08-25 Thread Timo Jyrinki
** Changed in: qtbase-opensource-src (Ubuntu) Status: Fix Committed => Fix Released -- 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/1596811 Title: Please me

[Ubuntu-sdk-bugs] [Bug 1616868] [NEW] Scrollbar thumb shows as hovered after touch release

2016-08-25 Thread Andrea Bernabei
Public bug reported: ubuntu-ui-toolkit r2079 The fix to bug #1608897 created another issue. Since MouseArea does not get the exited() signal on touch release (to be investigated if that's intended), dragging the thumb with touchscreen and releasing while the finger is still inside the area of th

[Ubuntu-sdk-bugs] [Bug 1616858] [NEW] ActionBar overflow issues with Qt 5.6

2016-08-25 Thread Christian Dywan
Public bug reported: With Qt 5.6 I'm seeing problems with the ActionBar. 1. tst_actionbar.13.qml passes but there's lots of warnings: QWARN : components::ActionBarApi::test_number_of_actions_in_overflow() ./_build/qml/Ubuntu/Components/Themes/Ambiance/1.3/OverflowPanel.qml:66: ReferenceError: m

[Ubuntu-sdk-bugs] [Bug 1616841] [NEW] hide selection handle when start typing

2016-08-25 Thread Robin Heroldich
Public bug reported: This is a similar bug report as this: https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1590776 Just this is about the standard UI toolkit component for text input, not for the oxide ones. I think it would be good if the system manages this the same everywhere. So

[Ubuntu-sdk-bugs] [Bug 1616798] [NEW] AdaptivePageLayout behaves odd, when using 3 columns

2016-08-25 Thread Moritz Weber
Public bug reported: When using 3 columns (each with a page) and resizing the window to 2 and 1 column, the middle column is empty after resizing to 3 columns again. (The video may show this more clearly.) Maybe I am just using this wrong. Here is the code I used: import QtQuick 2.4 import Ubu