Public bug reported: When using trailingActions with APL(AdaptivePageLayout) on tablets
Screenshots on Nexus 7 with rc-proposed r443 https://www.flickr.com/photos/44748317@N08/27137523815/in/album-72157667368951370/ https://www.flickr.com/photos/44748317@N08/26533213893/in/album-72157667368951370/ https://www.flickr.com/photos/44748317@N08/27042409572/in/album-72157667368951370/ https://www.flickr.com/photos/44748317@N08/26533213663/in/album-72157667368951370/ Code example: http://pastebin.ubuntu.com/16537177/ ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New ** Description changed: When using trailingActions with APL(AdaptivePageLayout) on tablets Screenshots on Nexus 7 with rc-proposed r443 https://www.flickr.com/photos/44748317@N08/27137523815/in/album-72157667368951370/ https://www.flickr.com/photos/44748317@N08/26533213893/in/album-72157667368951370/ https://www.flickr.com/photos/44748317@N08/27042409572/in/album-72157667368951370/ https://www.flickr.com/photos/44748317@N08/26533213663/in/album-72157667368951370/ + + Code snipp: + + ListItem { + trailingActions: ListItemActions { + actions: [ + Action { + iconName: "go-next" + onTriggered: pageLayout.addPageToNextColumn(page0, Qt.resolvedUrl("Hours.qml")) + } + ] + } + ListItemLayout { + Icon { + name: "ok" + SlotsLayout.position: SlotsLayout.Leading + width: units.gu(2) + } + Label { + text: today + " " + "Current:" + " " + (weatherData ? weatherData ["weather"][0]["description"] : "") + } + } + } ** Description changed: When using trailingActions with APL(AdaptivePageLayout) on tablets Screenshots on Nexus 7 with rc-proposed r443 https://www.flickr.com/photos/44748317@N08/27137523815/in/album-72157667368951370/ https://www.flickr.com/photos/44748317@N08/26533213893/in/album-72157667368951370/ https://www.flickr.com/photos/44748317@N08/27042409572/in/album-72157667368951370/ https://www.flickr.com/photos/44748317@N08/26533213663/in/album-72157667368951370/ - Code snipp: - - ListItem { - trailingActions: ListItemActions { - actions: [ - Action { - iconName: "go-next" - onTriggered: pageLayout.addPageToNextColumn(page0, Qt.resolvedUrl("Hours.qml")) - } - ] - } - ListItemLayout { - Icon { - name: "ok" - SlotsLayout.position: SlotsLayout.Leading - width: units.gu(2) - } - Label { - text: today + " " + "Current:" + " " + (weatherData ? weatherData ["weather"][0]["description"] : "") - } - } - } + Code example: + http://pastebin.ubuntu.com/16537177/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1584232 Title: trailingActions overlaps APL To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1584232/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs