[PullToRefresh] the ActivityIndicator becomes visible even if refreshing is set to false

Bug #1380541 reported by Riccardo Padovani
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ubuntu-ui-toolkit (Ubuntu)
Triaged
High
Zsombor Egri

Bug Description

I don't want the ActivityIndicator in the PullToRefresh component, so I set refreshing: false, but the activity indicator becomes visible anyway.

Example:

UbuntuListView {
        id: notesListView
        model: notes

        PullToRefresh {
            refreshing: false
            onRefresh: {
                NotesStore.refreshNotes();
            }
        }
}

https://code.launchpad.net/~rpadovani/reminders-app/PullToRefresh
https://bazaar.launchpad.net/~rpadovani/reminders-app/PullToRefresh/view/head:/src/app/qml/ui/NotesPage.qml

Zsombor Egri (zsombi)
Changed in ubuntu-ui-toolkit:
status: New → Triaged
importance: Undecided → High
assignee: nobody → Zsombor Egri (zsombi)
Zoltan Balogh (bzoltan)
Changed in ubuntu-ui-toolkit (Ubuntu):
assignee: nobody → Zsombor Egri (zsombi)
importance: Undecided → High
status: New → Triaged
Zoltan Balogh (bzoltan)
no longer affects: ubuntu-ui-toolkit
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

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