[Touch-packages] [Bug 1630167] Re: SlotsLayout with Column as mainSlot: endless loop when resizing view so that Column has negative width
This bug was fixed in the package ubuntu-ui-toolkit - 1.3.2141+16.10.20161013.5 --- ubuntu-ui-toolkit (1.3.2141+16.10.20161013.5) yakkety; urgency=medium [ Zsombor Egri ] * Do not show focus frame on ListItem when clicked. Fixes LP: #1628855 * Fix color used to test ListItem.highlighted. Fixes LP: #1624328 [ Christian Dywan ] * Don't skip the entirety of tst_textfield.11.qml. Fixes LP: #1624340 [ Andrea Bernabei ] * SlotsLayout: do not set mainSlot's implicitSize, set its real size instead Fixes LP: #1630167. [ Tim Peeters ] * Enable proper focus handling in the scrolling ActionBar. Fixes LP: #1575893 -- Zoltán Balogh Thu, 13 Oct 2016 17:16:31 + ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Fix Committed => Fix Released -- 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/1630167 Title: SlotsLayout with Column as mainSlot: endless loop when resizing view so that Column has negative width Status in Canonical System Image: Fix Committed Status in ubuntu-ui-toolkit package in Ubuntu: Fix Released Bug description: With a simple code such as import QtQuick 2.4 import Ubuntu.Components 1.3 import QtQuick.Window 2.0 Window { SlotsLayout { id: slotsLayout onHeightChanged: print("SlotsLayout height",height) width: parent.width mainSlot: Column { onHeightChanged: print("COlumn height",height) onWidthChanged: console.log("Column width", width) Rectangle { id: rect width: parent.width onWidthChanged: console.log("RECT WIDTH", width) onHeightChanged: console.log("RECT HEIGHT!", height) height: 5 } } } } Or something similar (http://archive.is/N0jnM), when resizing the view horizontally to only use few pixels, an infinite resizing loop starts and the view freezes. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1630167/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1630167] Re: SlotsLayout with Column as mainSlot: endless loop when resizing view so that Column has negative width
** 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 ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1630167 Title: SlotsLayout with Column as mainSlot: endless loop when resizing view so that Column has negative width Status in Canonical System Image: Fix Committed Status in ubuntu-ui-toolkit package in Ubuntu: Fix Committed Bug description: With a simple code such as import QtQuick 2.4 import Ubuntu.Components 1.3 import QtQuick.Window 2.0 Window { SlotsLayout { id: slotsLayout onHeightChanged: print("SlotsLayout height",height) width: parent.width mainSlot: Column { onHeightChanged: print("COlumn height",height) onWidthChanged: console.log("Column width", width) Rectangle { id: rect width: parent.width onWidthChanged: console.log("RECT WIDTH", width) onHeightChanged: console.log("RECT HEIGHT!", height) height: 5 } } } } Or something similar (http://archive.is/N0jnM), when resizing the view horizontally to only use few pixels, an infinite resizing loop starts and the view freezes. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1630167/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1630167] Re: SlotsLayout with Column as mainSlot: endless loop when resizing view so that Column has negative width
** Branch linked: lp:~ci-train-bot/ubuntu-ui-toolkit/ubuntu-ui-toolkit- ubuntu-yakkety-2069 -- 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/1630167 Title: SlotsLayout with Column as mainSlot: endless loop when resizing view so that Column has negative width Status in Canonical System Image: New Status in ubuntu-ui-toolkit package in Ubuntu: Fix Committed Bug description: With a simple code such as import QtQuick 2.4 import Ubuntu.Components 1.3 import QtQuick.Window 2.0 Window { SlotsLayout { id: slotsLayout onHeightChanged: print("SlotsLayout height",height) width: parent.width mainSlot: Column { onHeightChanged: print("COlumn height",height) onWidthChanged: console.log("Column width", width) Rectangle { id: rect width: parent.width onWidthChanged: console.log("RECT WIDTH", width) onHeightChanged: console.log("RECT HEIGHT!", height) height: 5 } } } } Or something similar (http://archive.is/N0jnM), when resizing the view horizontally to only use few pixels, an infinite resizing loop starts and the view freezes. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1630167/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1630167] Re: SlotsLayout with Column as mainSlot: endless loop when resizing view so that Column has negative width
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Fix Committed ** No longer affects: ubuntu-ui-toolkit (Ubuntu RTM) -- 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/1630167 Title: SlotsLayout with Column as mainSlot: endless loop when resizing view so that Column has negative width Status in Canonical System Image: New Status in ubuntu-ui-toolkit package in Ubuntu: Fix Committed Bug description: With a simple code such as import QtQuick 2.4 import Ubuntu.Components 1.3 import QtQuick.Window 2.0 Window { SlotsLayout { id: slotsLayout onHeightChanged: print("SlotsLayout height",height) width: parent.width mainSlot: Column { onHeightChanged: print("COlumn height",height) onWidthChanged: console.log("Column width", width) Rectangle { id: rect width: parent.width onWidthChanged: console.log("RECT WIDTH", width) onHeightChanged: console.log("RECT HEIGHT!", height) height: 5 } } } } Or something similar (http://archive.is/N0jnM), when resizing the view horizontally to only use few pixels, an infinite resizing loop starts and the view freezes. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1630167/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1630167] Re: SlotsLayout with Column as mainSlot: endless loop when resizing view so that Column has negative width
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Triaged => In Progress ** Also affects: ubuntu-ui-toolkit (Ubuntu RTM) Importance: Undecided Status: New ** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: ubuntu-ui-toolkit (Ubuntu RTM) Assignee: (unassigned) => Andrea Bernabei (faenil) ** Changed in: ubuntu-ui-toolkit (Ubuntu RTM) Importance: Undecided => Medium ** Changed in: ubuntu-ui-toolkit (Ubuntu RTM) Status: New => In Progress -- 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/1630167 Title: SlotsLayout with Column as mainSlot: endless loop when resizing view so that Column has negative width Status in Canonical System Image: New Status in ubuntu-ui-toolkit package in Ubuntu: In Progress Status in ubuntu-ui-toolkit package in Ubuntu RTM: In Progress Bug description: With a simple code such as import QtQuick 2.4 import Ubuntu.Components 1.3 import QtQuick.Window 2.0 Window { SlotsLayout { id: slotsLayout onHeightChanged: print("SlotsLayout height",height) width: parent.width mainSlot: Column { onHeightChanged: print("COlumn height",height) onWidthChanged: console.log("Column width", width) Rectangle { id: rect width: parent.width onWidthChanged: console.log("RECT WIDTH", width) onHeightChanged: console.log("RECT HEIGHT!", height) height: 5 } } } } Or something similar (http://archive.is/N0jnM), when resizing the view horizontally to only use few pixels, an infinite resizing loop starts and the view freezes. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1630167/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1630167] Re: SlotsLayout with Column as mainSlot: endless loop when resizing view so that Column has negative width
** Branch linked: lp:~faenil/ubuntu-ui- toolkit/slotslayout_implicitwidthloop_bug1630167 -- 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/1630167 Title: SlotsLayout with Column as mainSlot: endless loop when resizing view so that Column has negative width Status in ubuntu-ui-toolkit package in Ubuntu: Triaged Bug description: With a simple code such as import QtQuick 2.4 import Ubuntu.Components 1.3 import QtQuick.Window 2.0 Window { SlotsLayout { id: slotsLayout onHeightChanged: print("SlotsLayout height",height) width: parent.width mainSlot: Column { onHeightChanged: print("COlumn height",height) onWidthChanged: console.log("Column width", width) Rectangle { id: rect width: parent.width onWidthChanged: console.log("RECT WIDTH", width) onHeightChanged: console.log("RECT HEIGHT!", height) height: 5 } } } } Or something similar (http://archive.is/N0jnM), when resizing the view horizontally to only use few pixels, an infinite resizing loop starts and the view freezes. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1630167/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp