[Touch-packages] [Bug 1298346] Re: Non-unique names get ($number) added before the first dot instead of the last one

2016-04-19 Thread Riccardo Padovani
The problem is in `FileNameMutex::lockFileName()` which uses
fileInfo.completeSuffix()[0] to understand where put the number, which
returns all letters that are at right of the first dot.

Now, this makes sense, because we do not want to break the file (so we
do not want to append the number) but at the same time we don't want
just to insert the number at the left of the last dot, because there are
extensions with two dots (as .tar.gz)

We should check if we know the type of the file and add the number
between the filename and the extension (Chromium does that, it creates
something like "file (1).extension", otherwise do something else (left
of the last dot?).

I think we need to investigate how other download managers take care of
this.

https://doc.qt.io/qt-5/qfileinfo.html#completeSuffix

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

Title:
  Non-unique names get ($number) added before the first dot instead of
  the last one

Status in ubuntu-download-manager package in Ubuntu:
  Confirmed

Bug description:
  $ ls .local/share/ubuntu-download-manager/Downloads/
  com.ubuntu.developer.mzanetti.xbmcremote_1.4.1.0_armhf.click
  com (1).ubuntu.developer.mzanetti.xbmcremote_1.4.1.0_armhf.click
  com (2).ubuntu.developer.mzanetti.xbmcremote_1.4.1.0_armhf.click

  Feels like those should be added at the end instead.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ubuntu-download-manager 0.3+14.04.20140321-0ubuntu1
  Uname: Linux 3.4.0-5-mako armv7l
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: armhf
  Date: Thu Mar 27 12:23:09 2014
  InstallationDate: Installed on 2014-03-26 (1 days ago)
  InstallationMedia: Ubuntu Trusty Tahr (development branch) - armhf (20140326)
  SourcePackage: ubuntu-download-manager
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-download-manager/+bug/1298346/+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 1520778] Re: No way to get rid of header divider without Page component

2015-11-29 Thread Riccardo Padovani
I think is important to have such an option - for example in Falldown[0]
we use MainView but we don't have any Page, and we don't want to have
the divider

[0]: https://uappexplorer.com/app/falldown.rpadovani

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

Title:
  No way to get rid of header divider without Page component

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  My intention was to have a "clear canvas" to put elements on it. I
  thought using just MainView would be enough to do that but I was
  surprised that the header divider was visible. To get rid of it I had
  to add Page component and use "head.visible: false".

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1520778/+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 1514530] Re: Header disappears and picture won't go fullscreen

2015-11-09 Thread Riccardo Padovani
Confirmed on MX4

** Changed in: gallery-app (Ubuntu)
   Status: New => Confirmed

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

Title:
  Header disappears and picture won't go fullscreen

Status in gallery-app package in Ubuntu:
  Confirmed

Bug description:
  In version 2.9.1.1245, the gallery is becoming unusable. You can open
  it, switch to albums or to the full list, but every time you tap on a
  picture, the header disappears and nothing else happens. The app is
  not frozen, since you can still scroll or hold press to select. But
  you cannot have a fullscreen picture and you cannot navigate anymore
  since the header vanished.

  I'm using the Aquaris 4.5 with the latest OTA.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gallery-app/+bug/1514530/+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 1490280] Re: [OSK] Return to standard chars after inserting '@'

2015-09-28 Thread Riccardo Padovani
Yes, on mobile.

0. Open SMS app
1. Start writing an SMS
2. Insert an email address, like rpadov...@example.com
3. You have to type 'rpadovani' then click the '?123' button, then clicking 
'@', then clicking 'ABC', then finish typing.

I suggest to remove the click of 'ABC' after clicking the '@'


What I'm suggesting is to modifing the behavior of the osk when clicking '@' to 
be the same of when you click the ' itself.

Like, try to type "it's"

0. Type "it"
1. Click on "?123" button
2. Click '
2a. The keyboard goes on the letters on its own, without clicking "ABC"
3. Type "s"

To type "it@s" you have to:
0. Type "it"
1. Click on "?123" button
2. Click "@"
3. Click "ABC"
4. Type "s"

As you can see, in the second case there is one more click from the
user, and I think it's useless.

There is no user case I can think to that requires a symbol after a @,
so I suggest to switch to alphabet again after inserting @ without user
input

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

Title:
  [OSK] Return to standard chars after inserting '@'

Status in Ubuntu UX:
  Incomplete
Status in ubuntu-keyboard package in Ubuntu:
  New

Bug description:
  After inserting a '@' there is always (or 99.9% of times) a standard letter. 
  It could be a good idea to return to standard chars layout after the user 
clicks on the @ button

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1490280/+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 1490280] Re: [OSK] Return to standard chars after inserting '@'

2015-09-26 Thread Riccardo Padovani
@femma, what does this mean? 
You don't think it's useful to go back to chars when you click on @? 
Or what?

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

Title:
  [OSK] Return to standard chars after inserting '@'

Status in Ubuntu UX:
  Incomplete
Status in ubuntu-keyboard package in Ubuntu:
  New

Bug description:
  After inserting a '@' there is always (or 99.9% of times) a standard letter. 
  It could be a good idea to return to standard chars layout after the user 
clicks on the @ button

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1490280/+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 1482313] Re: Search suggestions parser cannot handle suggestions from baidu

2015-09-16 Thread Riccardo Padovani
Sorry, but I disagree.

Our implementation respect the standard[0].

So it's up to baidu.com (and maybe other sites) to respect the standard.

Or it's up to us find the right param to add to the search ;-)
http://suggestion.baidu.com/su?wd=ubuntu&action=opensearch

[0]:
http://www.opensearch.org/Specifications/OpenSearch/Extensions/Suggestions/1.1

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

Title:
  Search suggestions parser cannot handle suggestions from baidu

Status in webbrowser-app package in Ubuntu:
  Triaged

Bug description:
  The code that parses search suggestions (http://bazaar.launchpad.net
  /~phablet-team/webbrowser-
  app/trunk/view/head:/src/app/webbrowser/SearchSuggestions.qml#L55)
  assumes a given format for the data returned by the search engine,
  similar to this:

  ["ubuntu",["ubuntu","ubuntu download","ubuntu 15.04","ubuntu
  14.04","ubuntu linux","ubuntu server","ubuntu live cd","ubuntu linux
  download","ubuntu studio","ubuntu phone"],[],[]]

  (this is the format for the data we get from all major search engines
  such as google, yahoo, bing, qwant, wikipedia, …)

  However it appears that other search engines return their suggestions
  in a different format. Baidu is one of them. A query to
  http://suggestion.baidu.com/su?wd=ubuntu returns:

  window.baidu.sug({q:"ubuntu",p:false,s:["ubuntu
  14.04","ubuntu中文输入法","ubuntu 搜狗输入法","ubuntu qq","ubuntu
  安装","ubuntu15.04","ubuntu kylin","ubuntu root 默认密码","ubuntu
  ssh","ubuntu源"]});

  The parser needs to be made more flexible to handle both syntaxes (and
  maybe other syntaxes in the future).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1482313/+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 1489953] Re: Can't move cards on trello board

2015-08-31 Thread Riccardo Padovani
I'm not able to reproduce it on wily

Architecture: amd64
Version: 0.23+15.10.20150820-0ubuntu1

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

Title:
  Can't move cards on trello board

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  STEPS:
  1. On the wily desktop open the browser app
  2. Login to trello and go to one of the boards you use
  3. try and move a ticket from one lane to another
  4. try and move a ticket up and down in the same lane

  EXPECTED:
  I expect the card to pop out and move like it does in other browsers

  ACTUAL:
  You can't move a ticket at all.

  VERSION:
  webbrowser-app/wily 0.23+15.10.20150820-0ubuntu1 amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1489953/+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 1490280] [NEW] Return to standard chars after inserting '@'

2015-08-30 Thread Riccardo Padovani
Public bug reported:

After inserting a '@' there is always (or 99.9% of times) a standard letter. 
It could be a good idea to return to standard chars layout after the user 
clicks on the @ button

** Affects: ubuntu-ux
 Importance: Undecided
 Status: New

** Affects: ubuntu-keyboard (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: needs-design usability

** 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 ubuntu-keyboard in Ubuntu.
https://bugs.launchpad.net/bugs/1490280

Title:
  Return to standard chars after inserting '@'

Status in Ubuntu UX:
  New
Status in ubuntu-keyboard package in Ubuntu:
  New

Bug description:
  After inserting a '@' there is always (or 99.9% of times) a standard letter. 
  It could be a good idea to return to standard chars layout after the user 
clicks on the @ button

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1490280/+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 1490258] [NEW] It's difficult to answer a call on arale

2015-08-30 Thread Riccardo Padovani
Public bug reported:

The indicator to answer a call is at the top of the phone.

On large screen, as the MX4, it's difficult to answer to a call using
only one hand.

Probably there could be improvements, like moving the indicator to the
bottom.

** Affects: ubuntu-ux
 Importance: Undecided
 Status: New

** Affects: dialer-app (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: needs-design usability

** 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 dialer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1490258

Title:
  It's difficult to answer a call on arale

Status in Ubuntu UX:
  New
Status in dialer-app package in Ubuntu:
  New

Bug description:
  The indicator to answer a call is at the top of the phone.

  On large screen, as the MX4, it's difficult to answer to a call using
  only one hand.

  Probably there could be improvements, like moving the indicator to the
  bottom.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1490258/+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 1484841] Re: package dbus 1.8.12-1ubuntu5 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2015-08-18 Thread Riccardo Padovani
I confirm solution suggested by @apw in message #4 works

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

Title:
  package dbus 1.8.12-1ubuntu5 failed to install/upgrade: dependency
  problems - leaving triggers unprocessed

Status in dbus package in Ubuntu:
  Confirmed

Bug description:
  package dbus 1.8.12-1ubuntu5 failed to install

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: dbus 1.8.12-1ubuntu5
  ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3
  Uname: Linux 4.1.0-3-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.18-0ubuntu6
  Architecture: amd64
  Date: Fri Aug 14 09:02:05 2015
  DuplicateSignature: package:dbus:1.8.12-1ubuntu5:dependency problems - 
leaving triggers unprocessed
  ErrorMessage: dependency problems - leaving triggers unprocessed
  InstallationDate: Installed on 2015-07-31 (13 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150730)
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu1
   apt  1.0.9.10ubuntu1
  SourcePackage: dbus
  Title: package dbus 1.8.12-1ubuntu5 failed to install/upgrade: dependency 
problems - leaving triggers unprocessed
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/1484841/+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 1472901] Re: Zoom in/out does not work in web browser

2015-07-19 Thread Riccardo Padovani
I just tried with Google Chrome on youtube.com on Android 5.1.1 on a Nexus 4.
It's impossible to zoom, unless you set 'Force enable zoom' in 
Settings->Accessibility.
Could you please check if you enabled it?

If yes, this isn't a bug about the zoom, but a feature we miss.

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

Title:
  Zoom in/out does not work in web browser

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  $ system-image-cli -i
  current build number: 62
  device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
  last update: 2015-07-08 02:04:27
  version version: 62
  version ubuntu: 20150708.1
  version device: 20150529-8e13c5f
  version custom: 20150707-800-29-17-vivid

  Steps to reproduce:
  1) Launch web browser
  2) Navigate to URL
  3) Pinch to zoom in and out

  Expected results:
  Web page is zoomed in and out

  Actual results:
  Web page is not zoomed in and out

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1472901/+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 1467078] Re: In the address bar duplicate entries should be merged

2015-06-22 Thread Riccardo Padovani
** Changed in: webbrowser-app (Ubuntu)
   Status: New => In Progress

** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) => Riccardo Padovani (rpadovani)

** Branch linked: lp:~rpadovani/webbrowser-app/no-duplicates-address-bar

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

Title:
  In the address bar duplicate entries should be merged

Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  When in address bar I look for something that is both in bookmarks and
  history, I have double result for the same thing (see screenshot)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1467078/+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 1467278] Re: Evolution

2015-06-22 Thread Riccardo Padovani
** Package changed: webbrowser-app (Ubuntu) => evolution

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

Title:
  Evolution

Status in The Evolution Mail & Calendaring Tool:
  New

Bug description:
  1. Open evolution in terminal.
  2. Read the e-mail.
  3. Evolution get broken down.
  4. Message in terminal

  "(evolution:3392): GLib-CRITICAL **: Source ID 288 was not found when
  attempting to remove it

  (evolution:3392): GLib-CRITICAL **: Source ID 331 was not found when
  attempting to remove it

  (evolution:3392): GLib-CRITICAL **: Source ID 342 was not found when
  attempting to remove it

  (evolution:3392): GLib-CRITICAL **: Source ID 344 was not found when
  attempting to remove it"

To manage notifications about this bug go to:
https://bugs.launchpad.net/evolution/+bug/1467278/+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 1467276] [NEW] In the tab preview the new tab has a blank line at the top

2015-06-21 Thread Riccardo Padovani
Public bug reported:

The tab preview of new tab has a white bar at top (I think due the
address bar)

See screenshot

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "browser-preview-new-tab.png"
   
https://bugs.launchpad.net/bugs/1467276/+attachment/4418092/+files/browser-preview-new-tab.png

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

Title:
  In the tab preview the new tab has a blank line at the top

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  The tab preview of new tab has a white bar at top (I think due the
  address bar)

  See screenshot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1467276/+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 1467078] [NEW] In the address bar duplicate entries should be merged

2015-06-20 Thread Riccardo Padovani
Public bug reported:

When in address bar I look for something that is both in bookmarks and
history, I have double result for the same thing (see screenshot)

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "address-bar.png"
   
https://bugs.launchpad.net/bugs/1467078/+attachment/4417525/+files/address-bar.png

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

Title:
  In the address bar duplicate entries should be merged

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  When in address bar I look for something that is both in bookmarks and
  history, I have double result for the same thing (see screenshot)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1467078/+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 1422534] Re: No user name and password prompt for http basic authentication protected pages

2015-06-11 Thread Riccardo Padovani
** Branch linked: lp:~uriboni/webbrowser-app/basic-auth

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

Title:
  No user name and password prompt for http basic authentication
  protected pages

Status in webbrowser-app package in Ubuntu:
  Confirmed
Status in webbrowser-app package in Ubuntu RTM:
  Confirmed

Bug description:
  When accessing a http basic authentication protected page the browser
  does not prompt for a user name and password it simply displays the
  HTTP Error 401 Unauthorized message.  The browser should prompt the
  user for credentials, set the Authorization header, etc...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1422534/+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 1464436] [NEW] Pressing CTRL while clicking on a link mix old and new tab

2015-06-11 Thread Riccardo Padovani
Public bug reported:

Go to a site with a link, click on a link while you are pressing ctrl:
the page changes to the new page you want to go to, but you can't scroll
it and you can't click links. If you open tabs you see there is a new
tab open in the background.

Switch from a tab to another and eventually all goes ok.

My opinion here is the new tab is opened in background, but its render
is overlying the current page.

I didn't think oxide is relevant here, because it opens the tab in background, 
it's only a wrong management by webbrowser.
I found this while I was testing 
lp:~uriboni/webbrowser-app/keyboard-navigation, but it's present also in trunk, 
and we need to fix for convergence

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Pressing CTRL while clicking on a link mix old and new tab

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  Go to a site with a link, click on a link while you are pressing ctrl:
  the page changes to the new page you want to go to, but you can't
  scroll it and you can't click links. If you open tabs you see there is
  a new tab open in the background.

  Switch from a tab to another and eventually all goes ok.

  My opinion here is the new tab is opened in background, but its render
  is overlying the current page.

  I didn't think oxide is relevant here, because it opens the tab in 
background, it's only a wrong management by webbrowser.
  I found this while I was testing 
lp:~uriboni/webbrowser-app/keyboard-navigation, but it's present also in trunk, 
and we need to fix for convergence

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1464436/+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 1463139] Re: it is not possible to use HTML select multiple on Ubuntu Touch

2015-06-11 Thread Riccardo Padovani
 support is missing in Oxide (see bug #1233842)

What's the problem with  tag?

** Changed in: webbrowser-app (Ubuntu)
   Status: New => Incomplete

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

Title:
  it is not possible to use HTML select multiple on Ubuntu Touch

Status in webbrowser-app package in Ubuntu:
  Incomplete

Bug description:
  Both  and  are problematic in UT

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1463139/+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 1356457] Re: [browser] bookmarks not easily found with new design

2015-06-07 Thread Riccardo Padovani
I'm closing this due the won't fix in UX

** Changed in: webbrowser-app (Ubuntu)
   Status: New => Invalid

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

Title:
  [browser] bookmarks not easily found with new design

Status in Ubuntu UX bugs:
  Won't Fix
Status in webbrowser-app package in Ubuntu:
  Invalid

Bug description:
  I like the new design of the webbrowser-app, but putting bookmarks
  under New Tab is non-intuitive. Furthermore, you may want to navigate
  to a bookmark from the current tab, but this doesn't seem to be
  possible.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1356457/+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 1377115] Re: [browser] New tab - landscape

2015-06-07 Thread Riccardo Padovani
** Branch linked: lp:~rpadovani/webbrowser-app/new-tab-landscape-mode

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

Title:
  [browser] New tab - landscape

Status in Ubuntu UX bugs:
  Fix Committed
Status in Web Browser App:
  In Progress
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  When going to landscape mode, the new tab use the 'Header sections'
  rather than replicating the portrait view

  UX: https://docs.google.com/a/canonical.com/presentation/d
  /1Qrd4Flfs3EH-fI79IfrYgLdAx2nce-
  L7ve8NKLCX324/edit#slide=id.g2b47931b9_086

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1377115/+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 1264491] Re: There's no way to remove unwanted sites from history

2015-05-16 Thread Riccardo Padovani
I've never seen the screen popey posted, but if it is evolved in the new
tab view (as I think) this bug has been fixed by
https://bazaar.launchpad.net/~phablet-team/webbrowser-
app/trunk/revision/969

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

Title:
  There's no way to remove unwanted sites from history

Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  I visited a site I would rather wasn't listed in my activity view.
  I can highlight it by longpressing in the "Currently viewing" section and 
remove it, but I can't get rid of it from the "Today" historical view.
  I would expect that I would be able to long press on the historical 
screenshots and remove them.

  See screenshot for example of a site I may not want to show up in my
  history :)

  (added to illustrate this bug, you understand)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: webbrowser-app 0.22+14.04.20131107-0ubuntu1
  Uname: Linux 3.4.0-3-mako armv7l
  ApportVersion: 2.12.7-0ubuntu3
  Architecture: armhf
  Date: Fri Dec 27 10:54:50 2013
  InstallationDate: Installed on 2013-12-20 (7 days ago)
  InstallationMedia: Ubuntu Trusty Tahr (development branch) - armhf (20131220)
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   SHELL=/bin/bash
  SourcePackage: webbrowser-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1264491/+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 1377953] Re: data: URIs don't work

2015-04-27 Thread Riccardo Padovani
** Branch linked: lp:~rpadovani/webbrowser-app/data-address

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

Title:
  data: URIs don't work

Status in Web Browser App:
  In Progress
Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  Problem occurs with: Browser on Ubuntu 14.10 r3
  Does not occur with: Safari on iOS

  1. In the browser address field, type or paste the following line:
  data:text/html,This is a test

  What you see: Google search results.

  What you should see: "This is a test" in italics.

  Direct entry of data: URIs is useful for Web app developers to see how
  a browser handles particular markup (for example bug 1370571).

  

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1377953/+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 1377953] Re: data: URIs don't work

2015-04-14 Thread Riccardo Padovani
** Changed in: webbrowser-app (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) => Riccardo Padovani (rpadovani)

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

Title:
  data: URIs don't work

Status in Web Browser App:
  In Progress
Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  Problem occurs with: Browser on Ubuntu 14.10 r3
  Does not occur with: Safari on iOS

  1. In the browser address field, type or paste the following line:
  data:text/html,This is a test

  What you see: Google search results.

  What you should see: "This is a test" in italics.

  Direct entry of data: URIs is useful for Web app developers to see how
  a browser handles particular markup (for example bug 1370571).

  <http://en.wikipedia.org/wiki/Data_URI_scheme>

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1377953/+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 1377953] Re: data: URIs don't work

2015-04-14 Thread Riccardo Padovani
** Changed in: webbrowser-app
 Assignee: (unassigned) => Riccardo Padovani (rpadovani)

** Changed in: webbrowser-app
   Status: Confirmed => In Progress

** Branch linked: lp:~rpadovani/webbrowser-
app/updateUrlManagementFunctions

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

Title:
  data: URIs don't work

Status in Web Browser App:
  In Progress
Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  Problem occurs with: Browser on Ubuntu 14.10 r3
  Does not occur with: Safari on iOS

  1. In the browser address field, type or paste the following line:
  data:text/html,This is a test

  What you see: Google search results.

  What you should see: "This is a test" in italics.

  Direct entry of data: URIs is useful for Web app developers to see how
  a browser handles particular markup (for example bug 1370571).

  <http://en.wikipedia.org/wiki/Data_URI_scheme>

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1377953/+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 1426347] Re: [browser] In landscape mode (phone), the app should go full screen

2015-04-13 Thread Riccardo Padovani
** Changed in: webbrowser-app
   Status: Confirmed => In Progress

** Changed in: webbrowser-app
 Assignee: (unassigned) => Riccardo Padovani (rpadovani)

** Branch linked: lp:~rpadovani/webbrowser-app/go-fullscreen-landscape-
phone

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

Title:
  [browser] In landscape mode (phone), the app should go full screen

Status in Ubuntu UX bugs:
  Fix Committed
Status in Web Browser App:
  In Progress
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  In landscape mode (on the phone form factor) there is a limited real
  estate available, therefore it is beneficial to go full screen and
  free up valuable space for the content.

  On tablet FFs this is not an issue and the behaviour should be the
  default (i.e. indicators are shown)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1426347/+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 1371248] Re: [Browser] No home button to take you back to the default home page

2015-04-13 Thread Riccardo Padovani
** Changed in: webbrowser-app
   Status: Confirmed => In Progress

** Changed in: webbrowser-app (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: webbrowser-app
 Assignee: (unassigned) => Riccardo Padovani (rpadovani)

** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) => Riccardo Padovani (rpadovani)

** Branch linked: lp:~rpadovani/webbrowser-app/newTabRefactoring

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

Title:
  [Browser] No home button to take you back to the default home page

Status in Ubuntu UX bugs:
  Fix Committed
Status in Web Browser App:
  In Progress
Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  STEPS:
  1. Open the browser on a fresh flash
  2. Note the home page
  3. Browse to planet.ubuntu.com
  4. Close the browser
  5. Open the browser
  6. Try and get back to the original home page.

  EXPECTATION:
  Every browser has a home button, it may or may not be used on mobiles but at 
some point you might want to go back to that page.

  ACTUAL:
  Once you close the browser the history registers the home page but after a 
while that would disappear then you would be left with no reference of it.

  -- SOLUTION --
  Add a default bookmark in the New Tab screen
  http://start.ubuntu.com/current/?sourceid=hp
  Title="Ubuntu Start page"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1371248/+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 1438046] [NEW] Can't download protected images

2015-03-30 Thread Riccardo Padovani
Public bug reported:

In the webbrowser app I login to a site (https://slack.com) which has
private image sharing.

Under every image there is a link, named 'Open original' that links to
the image itself (like https://files.slack.com/files-pri/T02A1MKNL-
F046U9A6V/img_20150328_103844.jpg).

But to see the image you've to login to the website.

So, when you try to download it (long press -> save image) the browser
calls the content hub, and indeed content hub saves
img_20150328_103844.jpg in ~/Pictures, but the file is an .html file,
and not the image, so the photo doesn't appear in the gallery app.

The first thing IMO is to display an error if the file isn't valid,
because it took me a while understand what was wrong with my dowload -
it says 'Success' but then my photo isn't in the gallery.

Then, there should be a way to download private resources from the web

** Affects: content-hub (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Can't download protected images

Status in content-hub package in Ubuntu:
  New

Bug description:
  In the webbrowser app I login to a site (https://slack.com) which has
  private image sharing.

  Under every image there is a link, named 'Open original' that links to
  the image itself (like https://files.slack.com/files-pri/T02A1MKNL-
  F046U9A6V/img_20150328_103844.jpg).

  But to see the image you've to login to the website.

  So, when you try to download it (long press -> save image) the browser
  calls the content hub, and indeed content hub saves
  img_20150328_103844.jpg in ~/Pictures, but the file is an .html file,
  and not the image, so the photo doesn't appear in the gallery app.

  The first thing IMO is to display an error if the file isn't valid,
  because it took me a while understand what was wrong with my dowload -
  it says 'Success' but then my photo isn't in the gallery.

  Then, there should be a way to download private resources from the web

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/content-hub/+bug/1438046/+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 1232734] Re: Multiple AP with same SSID are not grouped

2015-03-26 Thread Riccardo Padovani
Heh, I love how someone old bugs come out and show how much progress we
did in two years :-)

Indeed I can't reproduce it anymore, both with mako/vivid and
krillin/rtm, but it wasn't happening with all networks, and I haven't
anymore the one there is in the screenshot, so I cannot be sure at 100%
there isn't anymore, but I'm quite confident it's gone, because I
haven't seen it in a while.

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

Title:
  Multiple AP with same SSID are not grouped

Status in network-manager package in Ubuntu:
  Incomplete

Bug description:
  In Ubuntu Touch on Nexus 4 with image 20130927 (update 67) multiple AP with 
same SSID are all listed.
  I think that expect behavior is to grouped them. See attachment.

  Please let's me know which log can I give you for further information.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1232734/+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 1396817] Re: Device locked timer doesn't decrease if the screen is off

2015-03-02 Thread Riccardo Padovani
Still present on krillin #19

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

Title:
  Device locked timer doesn't decrease if the screen is off

Status in unity8 package in Ubuntu:
  New

Bug description:
  I'm on RTM #9

  Way to reproduce:
  - Insert 5 wrong PIN
  - The phone says the device is locked for 5 minutes
  - Turn off the screen
  - Go to drink a coffe
  - Return 5 minutes later
  - Turn on the screen

  What I expect:
  - I'm able to insert my pin and use my phone

  What happens:
  - The phone says the device is locked for 5 minutes

  
  After some tries, I'm pretty sure the timer goes down only if the screen is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1396817/+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 1412732] Re: visuals for multi-select mode in history view need update

2015-01-24 Thread Riccardo Padovani
** Changed in: webbrowser-app
   Status: Triaged => In Progress

** Changed in: webbrowser-app
 Assignee: (unassigned) => Riccardo Padovani (rpadovani)

** Branch linked: lp:~rpadovani/webbrowser-app/fixBookmarkDesign

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

Title:
  visuals for multi-select mode in history view need update

Status in Ubuntu UX bugs:
  Fix Committed
Status in Web Browser App:
  In Progress
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  Multi-select mode in the history view was implemented as part of bug #1351167.
  But the visuals do not match the visual spec exactly.

  Spec:
  
https://docs.google.com/a/canonical.com/presentation/d/1woHjO8K4iqyVZZlfQ4BXL0DhYbwkEmZ7wvcUhYzHDRk/edit#slide=id.g354125fb9_0110

  Screenshot: https://launchpadlibrarian.net/195323251/browser-
  multiselect.png

  In particular, padding and spacing need to be adjusted. The buttons at
  the top should have a label, too.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1412732/+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 1377115] Re: [browser] New tab - landscape

2015-01-23 Thread Riccardo Padovani
** Changed in: webbrowser-app
   Status: Confirmed => In Progress

** Changed in: webbrowser-app
 Assignee: (unassigned) => Riccardo Padovani (rpadovani)

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

Title:
  [browser] New tab - landscape

Status in Ubuntu UX bugs:
  Fix Committed
Status in Web Browser App:
  In Progress
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  When going to landscape mode, the new tab use the 'Header sections'
  rather than replicating the portrait view

  UX: https://docs.google.com/a/canonical.com/presentation/d
  /1Qrd4Flfs3EH-fI79IfrYgLdAx2nce-
  L7ve8NKLCX324/edit#slide=id.g2b47931b9_086

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1377115/+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 1351157] Re: [browser] Update visual design of the new tab page

2015-01-23 Thread Riccardo Padovani
** Changed in: webbrowser-app
 Assignee: (unassigned) => Riccardo Padovani (rpadovani)

** Changed in: webbrowser-app
   Status: Triaged => In Progress

** Branch linked: lp:~rpadovani/webbrowser-app/newTabRefactoring

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

Title:
  [browser] Update visual design of the new tab page

Status in Ubuntu UX bugs:
  Fix Committed
Status in Web Browser App:
  In Progress
Status in webbrowser-app package in Ubuntu:
  Confirmed
Status in webbrowser-app package in Ubuntu RTM:
  Confirmed

Bug description:
  The visual design of the new tab page doesn’t fully match the visual spec:
   - the "see more" / "see less" actions for bookmarks should be in the section 
header
   - the layout should be different when in landscape mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1351157/+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 1241972] Re: Drag and drop from Dash to Desktop doesn't work

2014-12-14 Thread Riccardo Padovani
** Changed in: unity (Ubuntu)
   Status: Fix Released => Confirmed

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

Title:
  Drag and drop from Dash to Desktop doesn't work

Status in Chromium Browser:
  New
Status in One Hundred Papercuts:
  Triaged
Status in Unity:
  Triaged
Status in Unity 7.1 series:
  Won't Fix
Status in Unity 7.2 series:
  Triaged
Status in nautilus package in Ubuntu:
  Triaged
Status in unity package in Ubuntu:
  Confirmed

Bug description:
  When you try to drag and drop an app from Dash (both from app lens and
  home lens) to Desktop, system display an error and the shortcut isn't
  created.

  The error is:
  Error while copying - There was an error getting information about "/".
  More details: The specified location is not supported

  Then there are four buttons: "Cancel" - "Skip all" - "Skip" - "Retry".

  Way to reproduce:
  - Open the dash
  - Drag an app icon and drop on desktop

  What happend:
  - An error is raised

  What expected:
  - A shortcut is created

  With file, music and photo is all ok.

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1241972/+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 1315796] Re: Style Guide for Core apps

2014-12-09 Thread Riccardo Padovani
** Changed in: ubuntu-calculator-app
   Status: Triaged => Fix Committed

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

Title:
  Style Guide for Core apps

Status in Dropping Letters:
  New
Status in Music application for Ubuntu devices:
  Incomplete
Status in Sudoku game for Ubuntu Touch:
  New
Status in Calculator application for Ubuntu devices:
  Fix Committed
Status in Calendar application for Ubuntu devices:
  Triaged
Status in Clock application for Ubuntu devices:
  Fix Released
Status in Terminal application for Ubuntu devices:
  New
Status in Ubuntu UI Toolkit:
  Triaged
Status in Weather application for Ubuntu devices:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  Triaged

Bug description:
  WHAT As I developer, I want all code in any code-base should look like
  a single person typed it, no matter how many people contributed.

  WHY Currently even within one application (for example ubuntu-
  calculator-app), the coding style is mixed. I causes that it is hard
  to read the code. Additional information: http://addyosmani.com/blog
  /javascript-style-guides-and-beautifiers/

  HOW
  1. Create or apply existing code style for Ubuntu SDK (example:
     https://github.com/rwaldron/idiomatic.js/,
 http://contribute.jquery.org/style-guide/js/
     https://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml)
  2. Modify application's README file and add information what Coding style 
should be used.
  3. During Review, it will be great to check also code style

To manage notifications about this bug go to:
https://bugs.launchpad.net/dropping-letters/+bug/1315796/+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 1267821] Re: Need to enable copy/paste

2014-12-09 Thread Riccardo Padovani
Fixed in reboot

** Branch linked: lp:ubuntu-calculator-app/reboot

** Also affects: ubuntu-calculator-app/reboot
   Importance: Undecided
   Status: New

** Changed in: ubuntu-calculator-app/reboot
   Status: New => Fix Committed

** Changed in: ubuntu-calculator-app
   Status: Triaged => Fix Committed

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

Title:
  Need to enable copy/paste

Status in Calculator application for Ubuntu devices:
  Fix Committed
Status in Ubuntu Calculator App reboot series:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  On both phone and desktop, it needs to be easy to copy and paste
  numbers (input and results) to/from the calculator app.

  Standard keyboard shortcuts (CTRL+C, CTRL+V) should be used on desktop.
  Long press with pop-over should be used on the phone.

  More informatio is available at:
  https://wiki.ubuntu.com/Touch/CoreApps/Calculator/Design

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calculator-app/+bug/1267821/+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 1320885] Re: TextField ignore all text placement rules

2014-12-04 Thread Riccardo Padovani
I'm able to reproduce on vivid on desktop and on rtm #10 on mako

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

Title:
  TextField ignore all text placement rules

Status in ubuntu-ui-toolkit package in Ubuntu:
  Incomplete

Bug description:
  It has been found recently in the clock and the calculator app that
  the text placement rules are ignored and all text is placed on the
  left. This is a visual regression.

  It can be successfully reproduced using the following code,

  import QtQuick 2.0
  import Ubuntu.Components 0.1

  MainView {
  // objectName for functional testing purposes (autopilot-qt5)
  objectName: "mainView"

  // Note! applicationName needs to match the "name" field of the click 
manifest
  applicationName: "com.ubuntu.developer.nik90.TextFieldBug"

  width: units.gu(50)
  height: units.gu(20)

  Page {
  title: i18n.tr("Simple")

  TextField {
  id: textLabel
  text: "test"
  anchors.centerIn: parent
  horizontalAlignment: TextInput.AlignHCenter
  }
  }
  }

  As you can see the horizontalAlignment: TextInput.AlignHCenter
  assignment is ignored.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1320885/+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 1396817] [NEW] Device locked timer doesn't decrease if the screen is off

2014-11-26 Thread Riccardo Padovani
Public bug reported:

I'm on RTM #9

Way to reproduce:
- Insert 5 wrong PIN
- The phone says the device is locked for 5 minutes
- Turn off the screen
- Go to drink a coffe
- Return 5 minutes later
- Turn on the screen

What I expect:
- I'm able to insert my pin and use my phone

What happens:
- The phone says the device is locked for 5 minutes


After some tries, I'm pretty sure the timer goes down only if the screen is on

** 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 unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1396817

Title:
  Device locked timer doesn't decrease if the screen is off

Status in “unity8” package in Ubuntu:
  New

Bug description:
  I'm on RTM #9

  Way to reproduce:
  - Insert 5 wrong PIN
  - The phone says the device is locked for 5 minutes
  - Turn off the screen
  - Go to drink a coffe
  - Return 5 minutes later
  - Turn on the screen

  What I expect:
  - I'm able to insert my pin and use my phone

  What happens:
  - The phone says the device is locked for 5 minutes

  
  After some tries, I'm pretty sure the timer goes down only if the screen is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1396817/+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 1335761] Re: [Dash] Activating a preview with a scope URI for the current scope doesn't send you back to the results view

2014-11-19 Thread Riccardo Padovani
I have the same problem here: https://github.com/rpadovani/discerning-
duck

Do a search for "countries in Europe", click on the first result, click
on "Tell me more" - a new search is done, but the preview isn't closed

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

Title:
  [Dash] Activating a preview with a scope URI for the current scope
  doesn't send you back to the results view

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

Bug description:
  You'll have to compile (prototype) the Youtube scope from source
  (https://launchpad.net/unity-scope-youtube/), as it's not in distro
  yet.

  Basically the workflow is:
  1) Search for something that has a result with a scope URI for the current 
scope. In the case of Youtube, search for "queenofficial" to get Queen's music 
channel.
  2) Preview the first item (the channel itself), and click the search button.
  3) This runs a new query for the current scope, but doesn't switch away from 
the preview view).
  4) You will see a preview of the first video in the new results list.

  Like when searching other scopes, the view should be returned to the
  results list, instead of saying in the preview "view".

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-shell/+bug/1335761/+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 1392529] [NEW] Error executing scope with long name on PC

2014-11-13 Thread Riccardo Padovani
Public bug reported:

I'm developing a scope, but I have this error after the launch, and I'm
not able have any response by any query:

com.ubuntu.developer.rpadovani.discerningduck_discerningduck-c
query(): unity::scopes::MiddlewareException: Socket path name too long (max = 
107): 
/tmp/rpadovani/scope-dev-endpoints.USoi22/priv/com.ubuntu.developer.rpadovani.discerningduck_discerningduck-c

The interesting part it's I have two computers, a desktop and a netbook, and I 
have the error only on the netbook.
Both have same code, both have utopic updated with same apt sources, I have the 
same username (rpadovani) on both and both are 64bit.

I have no idea on why on one fails and on other doesn't, please let me
know if I could provide some logs to debug this.

Alejandro J. Cura suggests this is a bug in the scope registry, because
sockets paths do have the limit that the error shows:
http://bugs.mysql.com/bug.php?id=42512

** Affects: unity-scopes-api (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-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1392529

Title:
  Error executing scope with long name on PC

Status in “unity-scopes-api” package in Ubuntu:
  New

Bug description:
  I'm developing a scope, but I have this error after the launch, and
  I'm not able have any response by any query:

  com.ubuntu.developer.rpadovani.discerningduck_discerningduck-c
  query(): unity::scopes::MiddlewareException: Socket path name too long (max = 
107): 
/tmp/rpadovani/scope-dev-endpoints.USoi22/priv/com.ubuntu.developer.rpadovani.discerningduck_discerningduck-c

  The interesting part it's I have two computers, a desktop and a netbook, and 
I have the error only on the netbook.
  Both have same code, both have utopic updated with same apt sources, I have 
the same username (rpadovani) on both and both are 64bit.

  I have no idea on why on one fails and on other doesn't, please let me
  know if I could provide some logs to debug this.

  Alejandro J. Cura suggests this is a bug in the scope registry,
  because sockets paths do have the limit that the error shows:
  http://bugs.mysql.com/bug.php?id=42512

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1392529/+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 1370100] Re: Brigtness bar should get greyed out when auto-brightness is on

2014-11-04 Thread Riccardo Padovani
Bug 1370791 is probably related

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

Title:
  Brigtness bar should get greyed out when auto-brightness is on

Status in “indicator-power” package in Ubuntu:
  Confirmed

Bug description:
  Note: THIS bug is for the power menu that is dragged from the top, see
  attached image.

  1. Drag down battery icon from the top
  2. make sure auto-brghtness is enabled
  3. try dragging the slider

  What happens:
  Nothing happens when you move the slider

  What should happen:
  If the slider is of no use during auto-brightness it should not be movable at 
all.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: indicator-power 12.10.6+14.10.20140912-0ubuntu1
  Uname: Linux 3.4.0-5-mako armv7l
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: armhf
  Date: Tue Sep 16 19:53:00 2014
  InstallationDate: Installed on 2014-09-16 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140916-020205)
  SourcePackage: indicator-power
  UpgradeStatus: No upgrade log present (probably fresh install)
  upstart.indicator-power.log: (process:3237): libnotify-WARNING **: Failed to 
connect to proxy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-power/+bug/1370100/+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 1351149] Re: [browser] Opening a page from the history view should do it in a new tab

2014-10-22 Thread Riccardo Padovani
** Branch linked: lp:~rpadovani/webbrowser-app/1351149

** Changed in: webbrowser-app
   Status: Triaged => In Progress

** Changed in: webbrowser-app
 Assignee: (unassigned) => Riccardo Padovani (rpadovani)

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

Title:
  [browser] Opening a page from the history view should do it in a new
  tab

Status in Ubuntu UX bugs:
  Fix Committed
Status in Web Browser App:
  In Progress
Status in “webbrowser-app” package in Ubuntu:
  Confirmed

Bug description:
  According to the design spec, opening a page from the history view
  should do it in a new tab, not replacing the current tab.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1351149/+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 1363214] Re: [System Settings] [design] allow Passcodes of variable length instead of just 4 digits

2014-10-22 Thread Riccardo Padovani
I totally agree with Michael and Jamie: a pin is definitely better then
a passcode to insert because you have bigger buttons: however, a 4 long
digit pin is pretty useless, also because there is no limit on how many
tries could be done

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

Title:
  [System Settings] [design] allow Passcodes of variable length instead
  of just 4 digits

Status in Ubuntu UX bugs:
  Triaged
Status in “ubuntu-system-settings” package in Ubuntu:
  Confirmed
Status in “unity8” package in Ubuntu:
  Confirmed

Bug description:
  Currently when setting a Passcode on the device, it must be 4 digits.
  This is artificially limiting. Other platforms (eg Android) allow
  longer Passcodes. It has always been my understanding that we should
  support Swipe, Passphrase and Passcode where Passphrase and Passcode
  can be arbitrarily long.

  However, once longer Passcodes are supported, we will have to add an
  Enter key. Right now, the lockscreen checks the Passcode once 4 digits
  are added so that you don't have to press Enter. I guess this was done
  for usability, but would be a security issue because an attacker can
  easily determine the Passcode length, which makes it easier to for an
  attacker to guess the Passcode. Eg, if I have a 5 digit Passcode set,
  then an attacker need only type '1' and know that the Passcode is
  only five characters. Now, a Passcode isn't strong to begin with and
  an automated attack could rather quickly brute force Passcodes, but we
  shouldn't make it easier for someone manually trying to guess the
  Passcode.

  The passphrase lockscreen prompt correctly allows variable length
  passphrases and requires you to press Enter.

  I suggest moving the 'X' up t the left of '0' and an Enter symbol to
  the rigth of '0'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1363214/+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 1365056] Re: [browser] increase width of URL field

2014-10-22 Thread Riccardo Padovani
ATM it's impossible to have reload button on keyboard. We can change
enter key on keyboard using InputMethod.extensions, but to change icon
we need to unfocus the textfield and focus it again, because enter
button doesn't change in realtime.

We need to change it while user is typing, because we want to switch
between reload button (when there is the same address) and enter button.

I opened bug 1384278 against keyboard about this

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

Title:
  [browser] increase width of URL field

Status in Ubuntu UX bugs:
  Fix Committed
Status in Web Browser App:
  In Progress
Status in “webbrowser-app” package in Ubuntu:
  New

Bug description:
  In the browser top bar, increase the width used by the URL field when the 
user is editing a URL
  - Remove the buttons like Refresh or back that the user does not need when in 
this state.

  https://docs.google.com/a/canonical.com/presentation/d/1Qrd4Flfs3EH-
  fI79IfrYgLdAx2nce-L7ve8NKLCX324/edit#slide=id.g2acbd6553_095

  
  Note: This will require having the refresh action available in the keyboard, 
see UX Spec

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1365056/+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 1365056] Re: [browser] increase width of URL field

2014-10-21 Thread Riccardo Padovani
** Branch linked: lp:~rpadovani/webbrowser-app/addressBarFullWidth

** Changed in: webbrowser-app
 Assignee: Olivier Tilloy (osomon) => Riccardo Padovani (rpadovani)

** Changed in: webbrowser-app (Ubuntu)
 Assignee: Olivier Tilloy (osomon) => Riccardo Padovani (rpadovani)

** Changed in: webbrowser-app
   Status: New => In Progress

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

Title:
  [browser] increase width of URL field

Status in Ubuntu UX bugs:
  Fix Committed
Status in Web Browser App:
  In Progress
Status in “webbrowser-app” package in Ubuntu:
  New

Bug description:
  In the browser top bar, increase the width used by the URL field when the 
user is editing a URL
  - Remove the buttons like Refresh or back that the user does not need when in 
this state.

  https://docs.google.com/a/canonical.com/presentation/d/1Qrd4Flfs3EH-
  fI79IfrYgLdAx2nce-L7ve8NKLCX324/edit#slide=id.g2acbd6553_095

  
  Note: This will require having the refresh action available in the keyboard, 
see UX Spec

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1365056/+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 1381723] Re: [ListItemWithActions]After the swipe of an element I expect to press anywhere to dismiss

2014-10-17 Thread Riccardo Padovani
The bug affects also webbrowser app: my fix causes a crash, so I removed
it, waiting for an upstream fix.


See https://code.launchpad.net/~rpadovani/webbrowser-app/1351167/+merge/238155 
for further informations

** Also affects: webbrowser-app
   Importance: Undecided
   Status: New

** Also affects: webbrowser-app (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  [ListItemWithActions]After the swipe of an element I expect to press
  anywhere to dismiss

Status in Address Book App:
  New
Status in Dialer app for Ubuntu Touch:
  New
Status in Messaging App:
  New
Status in Ubuntu UX bugs:
  Fix Committed
Status in Web Browser App:
  New
Status in “address-book-app” package in Ubuntu:
  New
Status in “dialer-app” package in Ubuntu:
  New
Status in “messaging-app” package in Ubuntu:
  New
Status in “webbrowser-app” package in Ubuntu:
  New

Bug description:
  When swiping an entry to the right to delete it, the red confirmation
  button shows up on the left. I would expect that tapping anywhere else
  on the screen would cancel the action, but apparently only tapping on
  the item itself does that, which I find a bit confusing.

  I fixed it here[1], but I'm sure there are better implementations :-)

  [1]https://bazaar.launchpad.net/~rpadovani/webbrowser-
  app/1351167/revision/775

To manage notifications about this bug go to:
https://bugs.launchpad.net/address-book-app/+bug/1381723/+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 1351165] Re: Enable swipe gesture to delete a bookmark from the new tab view

2014-10-13 Thread Riccardo Padovani
** Branch linked: lp:~rpadovani/webbrowser-app/1351165

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

Title:
  Enable swipe gesture to delete a bookmark from the new tab view

Status in Ubuntu UX bugs:
  Fix Committed
Status in Web Browser App:
  In Progress
Status in “webbrowser-app” package in Ubuntu:
  New

Bug description:
  Per design specification, when in the new tab view, swiping a bookmark
  to the right should remove it from the bookmarks database.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1351165/+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 1351165] Re: Enable swipe gesture to delete a bookmark from the new tab view

2014-10-13 Thread Riccardo Padovani
** Changed in: webbrowser-app
 Assignee: (unassigned) => Riccardo Padovani (rpadovani)

** Changed in: webbrowser-app
   Status: Triaged => In Progress

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

Title:
  Enable swipe gesture to delete a bookmark from the new tab view

Status in Ubuntu UX bugs:
  Fix Committed
Status in Web Browser App:
  In Progress
Status in “webbrowser-app” package in Ubuntu:
  New

Bug description:
  Per design specification, when in the new tab view, swiping a bookmark
  to the right should remove it from the bookmarks database.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1351165/+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 1351167] Re: Multi-select mode in history view

2014-10-09 Thread Riccardo Padovani
** Branch linked: lp:~rpadovani/webbrowser-app/1351167

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

Title:
  Multi-select mode in history view

Status in Ubuntu UX bugs:
  Fix Committed
Status in Web Browser App:
  In Progress
Status in “webbrowser-app” package in Ubuntu:
  New

Bug description:
  Per design specification, when in the history view a long press on any
  domain should activate multi-select mode, where the user can select
  various domains to delete from the history database.

  UX:
  
https://docs.google.com/a/canonical.com/presentation/d/1Qrd4Flfs3EH-fI79IfrYgLdAx2nce-L7ve8NKLCX324/edit#slide=id.g1df4ec952_017

  VD:
  
https://docs.google.com/a/canonical.com/presentation/d/1woHjO8K4iqyVZZlfQ4BXL0DhYbwkEmZ7wvcUhYzHDRk/edit#slide=id.g354125fb9_0110

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