Activity log for bug #1231137

Date Who What changed Old value New value Message
2013-09-25 20:29:28 Carla Sella bug added bug
2013-09-25 20:30:01 Nicholas Skaggs ubuntu-rssreader-app: status New Confirmed
2013-09-25 20:30:26 Nicholas Skaggs ubuntu-rssreader-app: importance Undecided Medium
2013-09-25 20:30:40 Nicholas Skaggs ubuntu-rssreader-app: importance Medium High
2013-09-25 20:42:40 Carla Sella attachment added screenshot https://bugs.launchpad.net/ubuntu-rssreader-app/+bug/1231137/+attachment/3841107/+files/cropped.png
2013-09-25 20:43:11 Carla Sella attachment removed screenshot https://bugs.launchpad.net/ubuntu-rssreader-app/+bug/1231137/+attachment/3841107/+files/cropped.png
2013-09-25 20:43:29 Carla Sella attachment added screenshot https://bugs.launchpad.net/ubuntu-rssreader-app/+bug/1231137/+attachment/3841108/+files/Screenshot%20from%202013-09-25%2022%3A18%3A23.png
2013-09-26 04:14:18 David Planella ubuntu-rssreader-app: assignee Roman Shchekin (mrqtros)
2013-09-26 04:15:00 David Planella summary missing next button while adding feed in ubuntu-rssreader-app Missing "Next" button while adding feed (desktop only)
2013-09-26 16:20:33 David Planella ubuntu-rssreader-app: status Confirmed Triaged
2013-09-27 03:25:38 Joey Chan description If you swipe up to reveal the toolbar, tap on "Add reads", "Add feeds', type in a feed in the input field, the orange "next" button on the bottom bar is missing. This happens if you launch ubuntu-rssreader-app from a Desktop, if you do the same thing from Nexus 4 the button is there. So the next button is missing only if ubuntu-rssreader-app is used on a Desktop. If you swipe up to reveal the toolbar, tap on "Add reads", "Add feeds', type in a feed in the input field, the orange "next" button on the bottom bar is missing. This happens if you launch ubuntu-rssreader-app from a Desktop, if you do the same thing from Nexus 4 the button is there. So the next button is missing only if ubuntu-rssreader-app is used on a Desktop. // code like below will produce this bug Page{ tool: ToolbarItems { // ToolbarItems initial with the page id: toolbar opened: true // bug from here, never open in desktop locked: true // if set lock to false, toolbar can be swiped up // code like below solve temporarily Page{ id: page tool: null // set the tool to null at initialization ToolbarItems { id: toolbar opened: true locked: true } function setTool() { page.tool = toolbar // set toolbar manually can solve }
2013-09-27 05:17:03 Joey Chan branch linked lp:~qqworini/ubuntu-rssreader-app/fix-toolbar-bug
2013-09-27 06:04:12 Ubuntu Phone Apps Jenkins Bot ubuntu-rssreader-app: status Triaged Fix Committed
2014-05-19 09:52:02 Daniel Holbach ubuntu-rssreader-app: status Fix Committed Fix Released