[Touch-packages] [Bug 1534112] Re: Can select multiple files in downloads view when only one expected

2016-04-13 Thread Olivier Tilloy
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1534112] Re: Can select multiple files in downloads view when only one expected

2016-04-12 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app - 0.23+16.04.20160408.1-0ubuntu1 --- webbrowser-app (0.23+16.04.20160408.1-0ubuntu1) xenial; urgency=medium [ CI Train Bot ] * Resync trunk. [ Loïc Molinari ] * Made AddressBar height scalable with regards to the grid units

[Touch-packages] [Bug 1534112] Re: Can select multiple files in downloads view when only one expected

2016-03-24 Thread Olivier Tilloy
So it appears it’s not a bug in the UITK, but in the way it is being used in the browser and in the standalone example (see comment #1). Changing ViewItems.selectedIndices in onSelectedChanged is not a good idea. I came up with a different approach which solves that issue: import QtQuick 2.4

[Touch-packages] [Bug 1534112] Re: Can select multiple files in downloads view when only one expected

2016-03-24 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu) Assignee: (unassigned) => Olivier Tilloy (osomon) ** Changed in: webbrowser-app (Ubuntu) Status: Triaged => In Progress ** Changed in: webbrowser-app (Ubuntu) Importance: High => Medium -- You received this bug notification because you are

[Touch-packages] [Bug 1534112] Re: Can select multiple files in downloads view when only one expected

2016-03-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~osomon/webbrowser-app/downloadspage-fixes -- 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/1534112 Title: Can select multiple files in

[Touch-packages] [Bug 1534112] Re: Can select multiple files in downloads view when only one expected

2016-03-24 Thread Andrea Bernabei
I confirm the bug as of ubuntu-ui-toolkit r1908 ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Zsombor Egri (zsombi) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Confirmed ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Medium

[Touch-packages] [Bug 1534112] Re: Can select multiple files in downloads view when only one expected

2016-01-14 Thread Olivier Tilloy
** Description changed: (originally reported in bug #1528651) Steps to reproduce: - 1) Browse to www.wufoo.com/html5/attributes/07-accept.html, click the "Select file" button - 2) Choose the browser as a content source - 3) Tap the first download in the list to select it - 4) Tap

[Touch-packages] [Bug 1534112] Re: Can select multiple files in downloads view when only one expected

2016-01-14 Thread Olivier Tilloy
I can reproduce the problem outside of the browser app, with the following standalone QML example: import QtQuick 2.4 import Ubuntu.Components 1.3 ListView { id: listview width: 300 height: 120 model: 2 delegate: ListItem { selectMode: true Label { anchors.centerIn: