Missing "Next" button while adding feed (desktop only)

Bug #1231137 reported by Carla Sella
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Ubuntu Shorts App
Fix Released
High
Roman Shchekin

Bug 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.

// 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
}

Tags: avengers

Related branches

Changed in ubuntu-rssreader-app:
status: New → Confirmed
importance: Undecided → Medium
importance: Medium → High
Revision history for this message
Carla Sella (carla-sella) wrote :
Revision history for this message
Roman Shchekin (mrqtros) wrote : Re: [Bug 1231137] Re: missing next button while adding feed in ubuntu-rssreader-app

Toolbar and Page's header are still very and very buggy in SDK.
I think that you have much more abilities to explain that fact to
corresponding people :)

BR,
Roman.

2013/9/26 Carla Sella <email address hidden>

> ** Attachment added: "screenshot"
>
> https://bugs.launchpad.net/ubuntu-rssreader-app/+bug/1231137/+attachment/3841108/+files/Screenshot%20from%202013-09-25%2022%3A18%3A23.png
>
> --
> You received this bug notification because you are a member of Ubuntu
> RSS Feed Reader Developers, which is subscribed to Ubuntu RSS Feed
> Reader App.
> Matching subscriptions: Ubuntu RSS Reader Bugmail
> https://bugs.launchpad.net/bugs/1231137
>
> Title:
> missing next button while adding feed in ubuntu-rssreader-app
>
> Status in RSS Feed Reader application for Ubuntu devices:
> Confirmed
>
> Bug 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.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu-rssreader-app/+bug/1231137/+subscriptions
>

Revision history for this message
David Planella (dpm) wrote : Re: missing next button while adding feed in ubuntu-rssreader-app

If it is indeed a bug in the SDK that's preventing that button to be shown on the desktop, we should try to pinpoint it and file it against the SDK to have a chance to get it fixed.

Roman, do you think this is something you could have a look at? I.e. trying to find out why the "Next" button does not appear on the desktop and if necessary file the bug in the SDK? I'm tentatively assigning you to it, but we can discuss it in the next team meeting.

Changed in ubuntu-rssreader-app:
assignee: nobody → Roman Shchekin (mrqtros)
summary: - missing next button while adding feed in ubuntu-rssreader-app
+ Missing "Next" button while adding feed (desktop only)
Revision history for this message
Roman Shchekin (mrqtros) wrote : Re: [Bug 1231137] Re: missing next button while adding feed in ubuntu-rssreader-app

Ok, David, but I can help only with example where this bug can be easily
revealed.
I'll make it soon.

BR,
Roman.

2013/9/26 David Planella <email address hidden>

> If it is indeed a bug in the SDK that's preventing that button to be
> shown on the desktop, we should try to pinpoint it and file it against
> the SDK to have a chance to get it fixed.
>
> Roman, do you think this is something you could have a look at? I.e.
> trying to find out why the "Next" button does not appear on the desktop
> and if necessary file the bug in the SDK? I'm tentatively assigning you
> to it, but we can discuss it in the next team meeting.
>
> ** Changed in: ubuntu-rssreader-app
> Assignee: (unassigned) => Roman Shchekin (mrqtros)
>
> ** Summary changed:
>
> - missing next button while adding feed in ubuntu-rssreader-app
> + Missing "Next" button while adding feed (desktop only)
>
> --
> You received this bug notification because you are a member of Ubuntu
> RSS Feed Reader Developers, which is subscribed to Ubuntu RSS Feed
> Reader App.
> Matching subscriptions: Ubuntu RSS Reader Bugmail
> https://bugs.launchpad.net/bugs/1231137
>
> Title:
> Missing "Next" button while adding feed (desktop only)
>
> Status in RSS Feed Reader application for Ubuntu devices:
> Confirmed
>
> Bug 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.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu-rssreader-app/+bug/1231137/+subscriptions
>

Revision history for this message
David Planella (dpm) wrote :

Thanks Roman, that's exactly what we need: a very simple example to reproduce the bug will be very useful for the SDK team to look into it and fix the bug.

Revision history for this message
Joey Chan (qqworini) wrote :

I found a example to reproduce this bug, and a small solution:

// code like below will produce this bug
Page{
tool: ToolbarItems {
        id: toolbar

        opened: true // bug from here, never open in desktop
        locked: true // if set lock to false, swipe it up works

// code below solve temporarily
Page{
id: page
tool: null

ToolbarItems {
        id: toolbar

        opened: true
        locked: true
}

function setTool() {
       page.tool = toolbar // set toolbar manually will work
}

Revision history for this message
David Planella (dpm) wrote :

It seems this bug is now blocking branches from landing.

Joey: do you think you could submit a branch with your workaround so that we can get the tests running again, and edit the description of this bug to add your snippet to reproduce it?

Changed in ubuntu-rssreader-app:
status: Confirmed → Triaged
Joey Chan (qqworini)
description: updated
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :

Fix committed into lp:ubuntu-rssreader-app at revision 73, scheduled for release in ubuntu-rssreader-app, milestone alpha-1

Changed in ubuntu-rssreader-app:
status: Triaged → Fix Committed
Revision history for this message
Nicholas Skaggs (nskaggs) wrote :

I can confirm the workaround fixes the issue, however, has an upstream sdk bug been filed?

Revision history for this message
Carla Sella (carla-sella) wrote :

I am running phablet-test-run ubuntu_rssreader_ap on my device now with Ubuntu Saucy Salamander (development branch) - armhf (20130927) but the next button is missing.

Revision history for this message
Roman Shchekin (mrqtros) wrote :

Let me get device first to reproduce and fix it :)

Revision history for this message
Nicholas Skaggs (nskaggs) wrote :

I believe this to still be an issue and it affects more than just the desktop.

Revision history for this message
Daniel Holbach (dholbach) wrote :

This works on the Desktop as well now.

Changed in ubuntu-rssreader-app:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.