← Back to team overview

touch-packages team mailing list archive

[Bug 1386698] Re: Canned queries to favorited scopes don't preserve search query string

 

After debugging the plugin I couldn't find anything wrong with it; I
think it's actually the problem of unity8 - the following snippet of
Dash.qml ( the caluse for favorite scope) looks like the culprit:

if (scopeIndex >= 0) {
                // Is a favorite one
                setCurrentScope(scopeId, false, false);
                dashContentCache.scheduleUpdate();
                showDashFromPos(pos, size);
                hide();
            } else {
                // Is not a favorite one, activate and get openScope
                scope.activate(result);                                                                                                                                                                                                                                    
            }


** Also affects: unity8 (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: unity-scopes-shell (Ubuntu)
       Status: Confirmed => Invalid

** Changed in: unity-scopes-shell (Ubuntu)
     Assignee: Pawel Stolowski (stolowski) => (unassigned)

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

Title:
  Canned queries to favorited scopes don't preserve search query string

Status in “unity-scopes-shell” package in Ubuntu:
  Invalid
Status in “unity8” package in Ubuntu:
  New

Bug description:
  I do a search in the scopes scope, and got some results with
  recommendations... example of the request and two results from there:
  https://pastebin.canonical.com/119509/

  If I tap into the recommendation for a simple scope, it gets opened
  and with the query searched automatically, all good!

  But if I tap into the recommendation for an aggregator scope, it gets
  opened, but the query is NOT searched automatically. It should.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-shell/+bug/1386698/+subscriptions


References