[Touch-packages] [Bug 1350993] Re: Support link should be clickable, app preview shows mailto links with mailto text

2015-04-07 Thread Magdalena Mirowicz
** Changed in: ubuntu-ux
 Assignee: James Mulholland (jamesjosephmulholland) = Paty Davila 
(dizzypaty)

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

Title:
  Support link should be clickable, app preview shows mailto links with
  mailto text

Status in Ubuntu UX bugs:
  Triaged
Status in unity-scope-click package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  When uploading an app to the store we're given a field to put a
  support link in. It's recommended to put an http or mailto link in. I
  have put mailto: links in mine. With the latest click scope I now see
  some details about the app, and the support link actually says
  mailto:a...@popey.com; when it probably should be clickable whether
  it's a mailto link or an http* link.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1350993/+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 1350993] Re: Support link should be clickable, app preview shows mailto links with mailto text

2015-03-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: unity8 (Ubuntu)
   Status: New = Confirmed

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

Title:
  Support link should be clickable, app preview shows mailto links with
  mailto text

Status in Ubuntu UX bugs:
  Triaged
Status in unity-scope-click package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  When uploading an app to the store we're given a field to put a
  support link in. It's recommended to put an http or mailto link in. I
  have put mailto: links in mine. With the latest click scope I now see
  some details about the app, and the support link actually says
  mailto:a...@popey.com; when it probably should be clickable whether
  it's a mailto link or an http* link.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1350993/+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 1350993] Re: Support link should be clickable, app preview shows mailto links with mailto text

2015-01-20 Thread Olga Kemmet
** Changed in: ubuntu-ux
 Assignee: (unassigned) = James Mulholland (jamesjosephmulholland)

** Changed in: ubuntu-ux
   Importance: Undecided = Medium

** Changed in: ubuntu-ux
   Status: New = Triaged

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

Title:
  Support link should be clickable, app preview shows mailto links with
  mailto text

Status in Ubuntu UX bugs:
  Triaged
Status in unity-scope-click package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  New

Bug description:
  When uploading an app to the store we're given a field to put a
  support link in. It's recommended to put an http or mailto link in. I
  have put mailto: links in mine. With the latest click scope I now see
  some details about the app, and the support link actually says
  mailto:a...@popey.com; when it probably should be clickable whether
  it's a mailto link or an http* link.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1350993/+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 1350993] Re: Support link should be clickable, app preview shows mailto links with mailto text

2015-01-15 Thread Alejandro J. Cura
I've changed the click scope to use the table widget for this, and also I've 
updated the scopes-api docs to include the table widget.
Now what's missing is a way to flag some cells of the table as links.

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

Title:
  Support link should be clickable, app preview shows mailto links with
  mailto text

Status in Ubuntu UX bugs:
  New
Status in unity-scope-click package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  New

Bug description:
  When uploading an app to the store we're given a field to put a
  support link in. It's recommended to put an http or mailto link in. I
  have put mailto: links in mine. With the latest click scope I now see
  some details about the app, and the support link actually says
  mailto:a...@popey.com; when it probably should be clickable whether
  it's a mailto link or an http* link.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1350993/+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 1350993] Re: Support link should be clickable, app preview shows mailto links with mailto text

2015-01-15 Thread Alejandro J. Cura
Currently the table is passed from the scope as an Array with an element
per row, each element being an Array of two strings: [label, value].

The proposal to add clickable links is to add a third string there,
like: [label, value, link]

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

Title:
  Support link should be clickable, app preview shows mailto links with
  mailto text

Status in Ubuntu UX bugs:
  New
Status in unity-scope-click package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  New

Bug description:
  When uploading an app to the store we're given a field to put a
  support link in. It's recommended to put an http or mailto link in. I
  have put mailto: links in mine. With the latest click scope I now see
  some details about the app, and the support link actually says
  mailto:a...@popey.com; when it probably should be clickable whether
  it's a mailto link or an http* link.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1350993/+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 1350993] Re: Support link should be clickable, app preview shows mailto links with mailto text

2015-01-05 Thread Michał Sawicz
It's an explicit design decision to not allow links in the text widget,
but looking at the screenshot - should it not actually use a table
widget? And maybe we get to add support for links in the data part of
the table widgets.

** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

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

Title:
  Support link should be clickable, app preview shows mailto links with
  mailto text

Status in Ubuntu UX bugs:
  New
Status in unity-scope-click package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  New

Bug description:
  When uploading an app to the store we're given a field to put a
  support link in. It's recommended to put an http or mailto link in. I
  have put mailto: links in mine. With the latest click scope I now see
  some details about the app, and the support link actually says
  mailto:a...@popey.com; when it probably should be clickable whether
  it's a mailto link or an http* link.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1350993/+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 1350993] Re: Support link should be clickable, app preview shows mailto links with mailto text

2015-01-05 Thread Alejandro J. Cura
Yes, it should be using a table widget, but those did not exist yet when this 
feature was built.
I've created a bug to use the table widgets now: #1407680

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

Title:
  Support link should be clickable, app preview shows mailto links with
  mailto text

Status in Ubuntu UX bugs:
  New
Status in unity-scope-click package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  New

Bug description:
  When uploading an app to the store we're given a field to put a
  support link in. It's recommended to put an http or mailto link in. I
  have put mailto: links in mine. With the latest click scope I now see
  some details about the app, and the support link actually says
  mailto:a...@popey.com; when it probably should be clickable whether
  it's a mailto link or an http* link.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1350993/+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 1350993] Re: Support link should be clickable, app preview shows mailto links with mailto text

2014-12-18 Thread Rodney Dawes
This is a limitation in unity8 dash, as it does not support links
embedded in the text widget.

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

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

Title:
  Support link should be clickable, app preview shows mailto links with
  mailto text

Status in unity-scope-click package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  New

Bug description:
  When uploading an app to the store we're given a field to put a
  support link in. It's recommended to put an http or mailto link in. I
  have put mailto: links in mine. With the latest click scope I now see
  some details about the app, and the support link actually says
  mailto:a...@popey.com; when it probably should be clickable whether
  it's a mailto link or an http* link.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1350993/+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 1350993] Re: Support link should be clickable, app preview shows mailto links with mailto text

2014-11-24 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu Package testing tracker.

A list of all reports related to this bug can be found here:
http://packages.qa.ubuntu.com/qatracker/reports/bugs/1350993

** Tags added: package-qa-testing

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

Title:
  Support link should be clickable, app preview shows mailto links with
  mailto text

Status in “unity-scope-click” package in Ubuntu:
  Confirmed

Bug description:
  When uploading an app to the store we're given a field to put a
  support link in. It's recommended to put an http or mailto link in. I
  have put mailto: links in mine. With the latest click scope I now see
  some details about the app, and the support link actually says
  mailto:a...@popey.com; when it probably should be clickable whether
  it's a mailto link or an http* link.

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