ubuntu-sdk-bugs team mailing list archive
-
ubuntu-sdk-bugs team
-
Mailing list archive
-
Message #06511
[Bug 1584232] [NEW] trailingActions overlaps APL
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
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1584232
Title:
trailingActions overlaps APL
Status in ubuntu-ui-toolkit package in Ubuntu:
New
Bug description:
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/
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1584232/+subscriptions