[Touch-packages] [Bug 1606935] Re: "See less" button briefly hides while scrolling an expanded category upwards

2016-09-26 Thread Launchpad Bug Tracker
This bug was fixed in the package unity8 - 8.14+16.10.20160922-0ubuntu1

---
unity8 (8.14+16.10.20160922-0ubuntu1) yakkety; urgency=medium

  [ Albert Astals Cid ]
  * LVWPH: update clipItem height when list height changes (LP:
#1606935)
  * Put the touchdown shape inside a loader
  * No need for the touchdown in the card for the cardtool
  * Add bottom gradient to the Show Less floating button
  * Remove artShapeSize from non cardtool cards
  * LVWPH: Fix case in which header was shown incorrectly
  * LVWPH: Fix items cut on top in the dash (or at least some instances
of it)
  * Reduce calls to CardCreatorCache.getCardComponent while the
component is being created (LP: #1615675)
  * Dash::test_cardIconStyle change compare into tryCompareFunction
  * Make PreviewActionsTest::test_comboButton more stable
  * Adapt onShiftedContentXChanged to work when the content changes very
abruptly
  * Make tryGenericScopeView show the scope correctly
  * Make sure the spinner does not get too close to the title text (LP:
#1597392)
  * Show "Pull to refresh" in white when overlaid in low luminance
colors (LP: #1596849)
  * Make test_Shell non ultra slow again (LP: #1597366)
  * Improve findChild calls inside tryCompareFunction.

  [ Andrea Cimitan ]
  * override some Qt Components definitions so we can have sane default
values for flick speeds
  * Elide the label text inside recent searches panel (LP: #1611796)
  * Add a PreviewSingleton module to store some data for previews (LP:
#1595235)
  * Use PreviewSingleton for PreviewRatingInput and PreviewCommentInput
(LP: #1595235)
  * rework GenericScopeView PullToRefresh test
  * use mouseFlick instead touchFlick for manage_dash_move_current
  * add a couple of waiting tricks for a flaky dash test

  [ Daniel d'Andrada ]
  * Set progress bar indeterminate when processing signal received. (LP:
#1249349)
  * Implement cursor confinement (LP: #1590099)

  [ Josh Arenson ]
  * Add a frontend to the sessions model and enable a session chooser in
the greeter.

  [ Lukáš Tinkl ]
  * Implement edge maximizing (aka window snapping) (LP: #1602628)
  * On the PC platform (as opposed to running on $devices), use the
"mute" action instead of silent mode
  * Respect Fitt's law wrt the window control buttons in panel (LP:
#1611959)
  * Fix 2 failing color-related tests

  [ Marco Trevisan (Treviño) ]
  * Indicators, mocks: add fake indicators menuitem to populate mocks
with different menu types
  * IndicatorsClient: use PageHeader and ListItemLayout's

  [ Michael Terry ]
  * Support launching apps inside a unity8 session from the greeter and
support emergency dialing inside the greeter.
  * Fix tryShell to actually show appropriate backgrounds for each mock
user.
  * Add an indicator to the greeter when a user is logged in (only shown
if we have more than one user)
  * Hide the greeter OSK if indicators are open and don't show the edge
tutorial during an emergency call.
  * Switch from lockscreen PIN pad to a passcode entry box that uses the
OSK.
  * Use the default system wallpaper instead of our custom one.
  * Update look of infographic a bit
  * Make infographic bubbles white even on the default wallpaper.

 -- Michał Sawicz   Thu, 22 Sep 2016
07:46:57 +

** Changed in: unity8 (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  "See less" button briefly hides while scrolling an expanded category
  upwards

Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  unity8 trunk branch, r2542

  Description
  The "See less" floating button that shows at the bottom when you expand a 
category is briefly hidden while you scroll the category upwards.
  More precisely, it's hidden when floatingSeeLess' "showBecausePosition" 
property changes from true to false while scrolling up, i.e. when 
"companionPos.y" becomes 0
  This does not happen when scrolling downwards.

  How to reproduce
  1) build unity8, r2542
  2) cd builddir && make tryDash
  3) tap on Show All of the first category
  4) scroll down
  5) slowly scroll up until the floating less button reaches the point at which 
it gets hidden (and is replaced by the button with id "seeAll").
  6) when companionPos.y reaches 0, the label of the floating button will 
disappear, until you move beyong that point

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1606935/+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 1606935] Re: "See less" button briefly hides while scrolling an expanded category upwards

2016-09-20 Thread Launchpad Bug Tracker
** Branch linked: lp:~ci-train-bot/unity8/unity8-ubuntu-yakkety-
landing-075

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

Title:
  "See less" button briefly hides while scrolling an expanded category
  upwards

Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  unity8 trunk branch, r2542

  Description
  The "See less" floating button that shows at the bottom when you expand a 
category is briefly hidden while you scroll the category upwards.
  More precisely, it's hidden when floatingSeeLess' "showBecausePosition" 
property changes from true to false while scrolling up, i.e. when 
"companionPos.y" becomes 0
  This does not happen when scrolling downwards.

  How to reproduce
  1) build unity8, r2542
  2) cd builddir && make tryDash
  3) tap on Show All of the first category
  4) scroll down
  5) slowly scroll up until the floating less button reaches the point at which 
it gets hidden (and is replaced by the button with id "seeAll").
  6) when companionPos.y reaches 0, the label of the floating button will 
disappear, until you move beyong that point

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1606935/+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 1606935] Re: "See less" button briefly hides while scrolling an expanded category upwards

2016-08-10 Thread Albert Astals Cid
** Changed in: unity8 (Ubuntu)
   Status: New => In Progress

** Changed in: unity8 (Ubuntu)
   Importance: Undecided => Low

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

Title:
  "See less" button briefly hides while scrolling an expanded category
  upwards

Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  unity8 trunk branch, r2542

  Description
  The "See less" floating button that shows at the bottom when you expand a 
category is briefly hidden while you scroll the category upwards.
  More precisely, it's hidden when floatingSeeLess' "showBecausePosition" 
property changes from true to false while scrolling up, i.e. when 
"companionPos.y" becomes 0
  This does not happen when scrolling downwards.

  How to reproduce
  1) build unity8, r2542
  2) cd builddir && make tryDash
  3) tap on Show All of the first category
  4) scroll down
  5) slowly scroll up until the floating less button reaches the point at which 
it gets hidden (and is replaced by the button with id "seeAll").
  6) when companionPos.y reaches 0, the label of the floating button will 
disappear, until you move beyong that point

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1606935/+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 1606935] Re: "See less" button briefly hides while scrolling an expanded category upwards

2016-08-09 Thread Albert Astals Cid
** Changed in: unity8 (Ubuntu)
 Assignee: Andrea Cimitan (cimi) => Albert Astals Cid (aacid)

** Branch linked: lp:~aacid/unity8/fixLVWPHClipItemHeightOnHeightChange

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

Title:
  "See less" button briefly hides while scrolling an expanded category
  upwards

Status in unity8 package in Ubuntu:
  New

Bug description:
  unity8 trunk branch, r2542

  Description
  The "See less" floating button that shows at the bottom when you expand a 
category is briefly hidden while you scroll the category upwards.
  More precisely, it's hidden when floatingSeeLess' "showBecausePosition" 
property changes from true to false while scrolling up, i.e. when 
"companionPos.y" becomes 0
  This does not happen when scrolling downwards.

  How to reproduce
  1) build unity8, r2542
  2) cd builddir && make tryDash
  3) tap on Show All of the first category
  4) scroll down
  5) slowly scroll up until the floating less button reaches the point at which 
it gets hidden (and is replaced by the button with id "seeAll").
  6) when companionPos.y reaches 0, the label of the floating button will 
disappear, until you move beyong that point

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1606935/+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