← Back to team overview

touch-packages team mailing list archive

[Bug 1380541] Re: [PullToRefresh] the ActivityIndicator becomes visible even if refreshing is set to false

 

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => High

** Changed in: ubuntu-ui-toolkit (Ubuntu)
       Status: New => Triaged

** Changed in: ubuntu-ui-toolkit (Ubuntu)
     Assignee: (unassigned) => Zsombor Egri (zsombi)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1380541

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

Status in Ubuntu UI Toolkit:
  Triaged
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  Triaged

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1380541/+subscriptions