[Touch-packages] [Bug 1547255] Re: app install progress bar resets to 0 when scrolled out of view

2016-04-13 Thread Albert Astals Cid
** Description changed:

  Install a larger app (e.g. dockviewer). While its downloading, scroll
  down to the reviews and wait a considerable amount of time (i.e. wait
  for it to be installed) and then back up. The progress bar will show 0%
  now.
  
  Comment from Albert: The problem is that the scope is relying on the UI
  to tell the scope when the installation has finished (See onFinished in
  PreviewProgress.qml) but this won't if you have scrolled the Progress
  widget out of view since it's getting deleted.
+ 
+ Comment from Albert #2: If we have to solve this at the UI because how
+ the architecture of the scopes works, i suggest having a Repeater in
+ Preview.qml that instantiates all the same "widgets" that previewListRow
+ does but in this case it's only "invisible" stuff like the
+ DownloadTracker from PreviewProgress, that way by having a repeater we
+ allow the previews to have a "visible" part that gets created/destroyed
+ whether its needed and a persistant part.

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

Title:
  app install progress bar resets to 0 when scrolled out of view

Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  Install a larger app (e.g. dockviewer). While its downloading, scroll
  down to the reviews and wait a considerable amount of time (i.e. wait
  for it to be installed) and then back up. The progress bar will show
  0% now.

  Comment from Albert: The problem is that the scope is relying on the
  UI to tell the scope when the installation has finished (See
  onFinished in PreviewProgress.qml) but this won't if you have scrolled
  the Progress widget out of view since it's getting deleted.

  Comment from Albert #2: If we have to solve this at the UI because how
  the architecture of the scopes works, i suggest having a Repeater in
  Preview.qml that instantiates all the same "widgets" that
  previewListRow does but in this case it's only "invisible" stuff like
  the DownloadTracker from PreviewProgress, that way by having a
  repeater we allow the previews to have a "visible" part that gets
  created/destroyed whether its needed and a persistant part.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1547255/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1547255] Re: app install progress bar resets to 0 when scrolled out of view

2016-04-13 Thread Marcus Tomlinson
For me it's easy to reproduce with installing the SoundCloud scope as
there are lots of reviews to scroll down through.

1) Tap the "Install" widget at the top of the "SoundCloud scope" store page.
2) As soon as the progress bar starts to animate, scroll to the bottom of the 
preview page.
3) Wait for the installation to complete (you'll kinda have to guess when it's 
done according to your internet connection as there will be no indication).
4) Scroll back up to the top of the preview page.

You'll notice that the top widget is now an empty 0% progress bar.
You'll also notice that there is no "Add a review" edit box visible (this 
should appear above the "Reviews" section upon successful installation).

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

Title:
  app install progress bar resets to 0 when scrolled out of view

Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  Install a larger app (e.g. dockviewer). While its downloading, scroll
  down to the reviews and wait a considerable amount of time (i.e. wait
  for it to be installed) and then back up. The progress bar will show
  0% now.

  Comment from Albert: The problem is that the scope is relying on the
  UI to tell the scope when the installation has finished (See
  onFinished in PreviewProgress.qml) but this won't if you have scrolled
  the Progress widget out of view since it's getting deleted.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1547255/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1547255] Re: app install progress bar resets to 0 when scrolled out of view

2016-04-13 Thread Albert Astals Cid
** Changed in: unity8 (Ubuntu)
   Importance: Undecided => Medium

** Changed in: unity8 (Ubuntu)
   Status: New => Triaged

** Description changed:

  Install a larger app (e.g. dockviewer). While its downloading, scroll
- down to the reviews and then back up. The progress bar will show 0% now
- and in some cases not update any more at all until the installation is
- finished.
+ down to the reviews and wait a considerable amount of time (i.e. wait
+ for it to be installed) and then back up. The progress bar will show 0%
+ now.

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

Title:
  app install progress bar resets to 0 when scrolled out of view

Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  Install a larger app (e.g. dockviewer). While its downloading, scroll
  down to the reviews and wait a considerable amount of time (i.e. wait
  for it to be installed) and then back up. The progress bar will show
  0% now.

  Comment from Albert: The problem is that the scope is relying on the
  UI to tell the scope when the installation has finished (See
  onFinished in PreviewProgress.qml) but this won't if you have scrolled
  the Progress widget out of view since it's getting deleted.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1547255/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1547255] Re: app install progress bar resets to 0 when scrolled out of view

2016-04-13 Thread Albert Astals Cid
** Description changed:

  Install a larger app (e.g. dockviewer). While its downloading, scroll
  down to the reviews and wait a considerable amount of time (i.e. wait
  for it to be installed) and then back up. The progress bar will show 0%
  now.
+ 
+ Comment from Albert: The problem is that the scope is relying on the UI
+ to tell the scope when the installation has finished (See onFinished in
+ PreviewProgress.qml) but this won't if you have scrolled the Progress
+ widget out of view since it's getting deleted.

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

Title:
  app install progress bar resets to 0 when scrolled out of view

Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  Install a larger app (e.g. dockviewer). While its downloading, scroll
  down to the reviews and wait a considerable amount of time (i.e. wait
  for it to be installed) and then back up. The progress bar will show
  0% now.

  Comment from Albert: The problem is that the scope is relying on the
  UI to tell the scope when the installation has finished (See
  onFinished in PreviewProgress.qml) but this won't if you have scrolled
  the Progress widget out of view since it's getting deleted.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1547255/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1547255] Re: app install progress bar resets to 0 when scrolled out of view

2016-04-04 Thread Andrea Cimitan
** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) => Andrea Cimitan (cimi)

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

Title:
  app install progress bar resets to 0 when scrolled out of view

Status in unity8 package in Ubuntu:
  New

Bug description:
  Install a larger app (e.g. dockviewer). While its downloading, scroll
  down to the reviews and then back up. The progress bar will show 0%
  now and in some cases not update any more at all until the
  installation is finished.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1547255/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1547255] Re: app install progress bar resets to 0 when scrolled out of view

2016-04-04 Thread Michael Zanetti
I'm seing this again. Happens most of the times actually.

** Changed in: unity8 (Ubuntu)
   Status: Invalid => New

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

Title:
  app install progress bar resets to 0 when scrolled out of view

Status in unity8 package in Ubuntu:
  New

Bug description:
  Install a larger app (e.g. dockviewer). While its downloading, scroll
  down to the reviews and then back up. The progress bar will show 0%
  now and in some cases not update any more at all until the
  installation is finished.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1547255/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1547255] Re: app install progress bar resets to 0 when scrolled out of view

2016-03-08 Thread Michael Zanetti
hmm... can't see it any more either...

** Changed in: unity8 (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  app install progress bar resets to 0 when scrolled out of view

Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  Install a larger app (e.g. dockviewer). While its downloading, scroll
  down to the reviews and then back up. The progress bar will show 0%
  now and in some cases not update any more at all until the
  installation is finished.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1547255/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1547255] Re: app install progress bar resets to 0 when scrolled out of view

2016-03-08 Thread Albert Astals Cid
Marking as incomplete, please provide info if you can still reporduce it
or not.

** Changed in: unity8 (Ubuntu)
   Status: New => Incomplete

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

Title:
  app install progress bar resets to 0 when scrolled out of view

Status in unity8 package in Ubuntu:
  Incomplete

Bug description:
  Install a larger app (e.g. dockviewer). While its downloading, scroll
  down to the reviews and then back up. The progress bar will show 0%
  now and in some cases not update any more at all until the
  installation is finished.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1547255/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1547255] Re: app install progress bar resets to 0 when scrolled out of view

2016-02-26 Thread Albert Astals Cid
I can't see to reproduce with todays build

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

Title:
  app install progress bar resets to 0 when scrolled out of view

Status in unity8 package in Ubuntu:
  New

Bug description:
  Install a larger app (e.g. dockviewer). While its downloading, scroll
  down to the reviews and then back up. The progress bar will show 0%
  now and in some cases not update any more at all until the
  installation is finished.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1547255/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp