[Touch-packages] [Bug 1524353] Re: Shortcuts still active in settings page

2016-01-27 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: Fix Committed => Fix Released

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

Title:
  Shortcuts still active in settings page

Status in Canonical System Image:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  Steps to reproduce

  1) Open a couple of new tabs

  2) Go to the settings page

  3) Press Ctrl-W

  4) Close the settings page

  Expected result

  All the tabs you opened should still be there

  Actual result

  A tab was closed in the background when you pressed Ctrl-W

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1524353/+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 1524353] Re: Shortcuts still active in settings page

2016-01-05 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+16.04.20151222.1-0ubuntu1

---
webbrowser-app (0.23+16.04.20151222.1-0ubuntu1) xenial; urgency=medium

  * Add keyboard shorcuts for 'next' (Ctrl+G) and 'previous'
(Ctrl+Shift+G) while in find-in-page mode. (LP: #1522152)
  * Do not allow interacting with tabs and the chrome while the settings
page is shown. (LP: #1524353)
  * Fix a crash when clearing the navigation history while the new tab
view is open. (LP: #1525937)
  * Fix deleting multiple domains from the history view. Add unit tests
for the HistoryView component. (LP: #1527144)
  * Fix some obvious issues in PreviewManager. (LP: #1519019)
  * Fix the tab preview sometimes covering the tab chrome, in the tabs
view. Offset tab previews by 1px to cover the semi-transparent
horizontal line at the bottom of the tab chrome asset. (LP:
#1520624)
  * Recognize openoffice and MS-office file formats as documents, now
that the document viewer app knows how to render them. (LP:
#1523452)
  * Update translation template.
  * Use the screen size (diagonal in millimeters) to determine which
default UA string and which UA overrides to use. An empirical
threshold of 19cm is being used, it is subject to further
adjustments. (LP: #1504084)

 -- Olivier Tilloy   Tue, 22 Dec 2015
18:15:54 +

** Changed in: webbrowser-app (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 webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1524353

Title:
  Shortcuts still active in settings page

Status in Canonical System Image:
  Fix Committed
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  Steps to reproduce

  1) Open a couple of new tabs

  2) Go to the settings page

  3) Press Ctrl-W

  4) Close the settings page

  Expected result

  All the tabs you opened should still be there

  Actual result

  A tab was closed in the background when you pressed Ctrl-W

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1524353/+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 1524353] Re: Shortcuts still active in settings page

2016-01-04 Thread Jean-Baptiste Lallement
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
   Status: New => Fix Committed

** Changed in: canonical-devices-system-image
   Importance: Undecided => Medium

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Bill Filler (bfiller)

** Changed in: canonical-devices-system-image
Milestone: None => ww02-2016

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

Title:
  Shortcuts still active in settings page

Status in Canonical System Image:
  Fix Committed
Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  Steps to reproduce

  1) Open a couple of new tabs

  2) Go to the settings page

  3) Press Ctrl-W

  4) Close the settings page

  Expected result

  All the tabs you opened should still be there

  Actual result

  A tab was closed in the background when you pressed Ctrl-W

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1524353/+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 1524353] Re: Shortcuts still active in settings page

2015-12-09 Thread Olivier Tilloy
I think this is a regression introduced by https://bazaar.launchpad.net
/~phablet-team/webbrowser-app/trunk/revision/1280.

The Chrome instance used to be parented to a FocusScope which wasn’t
visible when the settings page was, but it was moved out of that focus
scope. The relevant keyboard shortcuts are disabled when the chrome
isn’t visible, but that condition is not valid any longer, it needs to
be updated.

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

Title:
  Shortcuts still active in settings page

Status in webbrowser-app package in Ubuntu:
  Triaged

Bug description:
  Steps to reproduce

  1) Open a couple of new tabs

  2) Go to the settings page

  3) Press Ctrl-W

  4) Close the settings page

  Expected result

  All the tabs you opened should still be there

  Actual result

  A tab was closed in the background when you pressed Ctrl-W

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1524353/+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 1524353] Re: Shortcuts still active in settings page

2015-12-09 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
   Status: New => Triaged

** Changed in: webbrowser-app (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  Shortcuts still active in settings page

Status in webbrowser-app package in Ubuntu:
  Triaged

Bug description:
  Steps to reproduce

  1) Open a couple of new tabs

  2) Go to the settings page

  3) Press Ctrl-W

  4) Close the settings page

  Expected result

  All the tabs you opened should still be there

  Actual result

  A tab was closed in the background when you pressed Ctrl-W

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1524353/+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 1524353] Re: Shortcuts still active in settings page

2015-12-09 Thread Launchpad Bug Tracker
** Branch linked: lp:~osomon/webbrowser-app/keyboard-shortcuts-focus-
fixes

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

Title:
  Shortcuts still active in settings page

Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  Steps to reproduce

  1) Open a couple of new tabs

  2) Go to the settings page

  3) Press Ctrl-W

  4) Close the settings page

  Expected result

  All the tabs you opened should still be there

  Actual result

  A tab was closed in the background when you pressed Ctrl-W

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1524353/+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 1524353] Re: Shortcuts still active in settings page

2015-12-09 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
   Status: Triaged => In Progress

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

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

Title:
  Shortcuts still active in settings page

Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  Steps to reproduce

  1) Open a couple of new tabs

  2) Go to the settings page

  3) Press Ctrl-W

  4) Close the settings page

  Expected result

  All the tabs you opened should still be there

  Actual result

  A tab was closed in the background when you pressed Ctrl-W

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