[Ubuntu-sdk-bugs] [Bug 1659532] [NEW] TextInputPopover is not launched from search bar on unity8-dash

2017-01-26 Thread Arthur Mello
Public bug reported: Using lp:ubuntu-ui-tollkit/staging with unity8 (8.15+16.04.20170124-0ubuntu1) when we right click search bar from unity8-dash no context menu is displayed. Checking unity8-dash logs there is this entry: [2017-01-25:20:38:22.862] file:///usr/lib/x86_64-linux- gnu/qt5/qml/Ubunt

[Ubuntu-sdk-bugs] [Bug 1657164] [NEW] Define if ContentHub Clipboard code is a better fit for Lab than Private

2017-01-17 Thread Arthur Mello
Public bug reported: Branch [0] is implementing support for launching ContentHub Clipboard UI from UITK components. Current implementation is under Private but can be a better fit for Lab since third-party components could make use of its features. [0] pad.lv/~artmello/ubuntu-ui-toolkit/ubuntu-ui

[Ubuntu-sdk-bugs] [Bug 1657111] [NEW] Enable components decide which data type ContentHub Clipboard UI will be displayed

2017-01-17 Thread Arthur Mello
Public bug reported: Branch [0] is implementing support for launching ContentHub Clipboard UI from UITK components. On current implementation all pastes available on ContentHub are displayed to user but this can be filtered based on paste formats. Such informations is available from ContentHub but

[Ubuntu-sdk-bugs] [Bug 1474612] [NEW] LeadingAction animated component shows over left items

2015-07-14 Thread Arthur Mello
Public bug reported: When a ListItem is placed to the right of another item (i.e. in a Row) the leadingAction animated component is displayed over this item, hiding it. This is affecting the new history view for webbrowser, where we have a left column showing dates and a right one showing the urls

[Ubuntu-sdk-bugs] [Bug 1466222] [NEW] Popover loosing anchor when expanding/collapsing keyboard

2015-06-17 Thread Arthur Mello
Public bug reported: 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 it

[Ubuntu-sdk-bugs] [Bug 1445265] [NEW] Image flickers when application going fullscreen on device

2015-04-16 Thread Arthur Mello
Public bug reported: With vivid-proposed on mako. We have a Image component with PreserveAspectRatio set as fillMode filling all the Page. When the application is going fullscreen / non- fullscreen on device the Image flickers during the process. Hiding the header too seems to make the result wor

[Ubuntu-sdk-bugs] [Bug 1424635] [NEW] Locked header does not work with conditional loading components

2015-02-23 Thread Arthur Mello
Public bug reported: Trying to use the flickable property to make the header locked does not work as expected with conditional loading components. The attached sample QML code shows the issue. On the first tab, where the component is directly loaded, the header is locked and working as expected. O