[Touch-packages] [Bug 1477308] Re: adjusting volume (notify osd) causes fullscreen mode to exit when watching video

2015-08-16 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+15.10.20150814-0ubuntu1

---
webbrowser-app (0.23+15.10.20150814-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.
  * Resync trunk.

  [ Ugo Riboni ]
  * Delay the exit from fullscreen mode until focus remains lost for a
certain amount of time. (LP: #1477308)
  * Disable find in page when the new tab view is active. (LP: #1483847)

 -- CI Train Bot ci-train-...@canonical.com  Fri, 14 Aug 2015 09:25:42
+

** 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/1477308

Title:
  adjusting volume (notify osd) causes fullscreen mode to exit when
  watching video

Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  running webbrowser trunk on desktop
  1) play youtube video in browser and press the fullscreen button
  2) adjust the computer volume using keyboard, this causes notify osd to be 
displayed

  expected results:
  video keeps playing in fullscreen mode

  actual results:
  video exits fullscreen mode and keeps playing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1477308/+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 1477308] Re: adjusting volume (notify osd) causes fullscreen mode to exit when watching video

2015-08-14 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/wily-proposed/webbrowser-app

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

Title:
  adjusting volume (notify osd) causes fullscreen mode to exit when
  watching video

Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  running webbrowser trunk on desktop
  1) play youtube video in browser and press the fullscreen button
  2) adjust the computer volume using keyboard, this causes notify osd to be 
displayed

  expected results:
  video keeps playing in fullscreen mode

  actual results:
  video exits fullscreen mode and keeps playing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1477308/+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 1477308] Re: adjusting volume (notify osd) causes fullscreen mode to exit when watching video

2015-08-03 Thread Olivier Tilloy
As I suspected, this appears to be a bug in notify-osd, which briefly steals 
focus for synchronous notifications: bug #694224.
I’m not convinced we should work around the issue in the browser app (it 
affects every single app that reacts to focus changes). Rather, it should be 
fixed in notify-osd.

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

Title:
  adjusting volume (notify osd) causes fullscreen mode to exit when
  watching video

Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  running webbrowser trunk on desktop
  1) play youtube video in browser and press the fullscreen button
  2) adjust the computer volume using keyboard, this causes notify osd to be 
displayed

  expected results:
  video keeps playing in fullscreen mode

  actual results:
  video exits fullscreen mode and keeps playing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1477308/+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 1477308] Re: adjusting volume (notify osd) causes fullscreen mode to exit when watching video

2015-07-30 Thread Ugo Riboni
After some investigation it does appear that whenever the volume keys
are pressed the application loses focus (i.e. Qt.application.state is
not Qt.ApplicationActive any more).

This is not a Qt-specific behavior, as I tested with a simple gtk+3
application and pressing the volume keys causes it to briefly lose and
regain focus too.

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

Title:
  adjusting volume (notify osd) causes fullscreen mode to exit when
  watching video

Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  running webbrowser trunk on desktop
  1) play youtube video in browser and press the fullscreen button
  2) adjust the computer volume using keyboard, this causes notify osd to be 
displayed

  expected results:
  video keeps playing in fullscreen mode

  actual results:
  video exits fullscreen mode and keeps playing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1477308/+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 1477308] Re: adjusting volume (notify osd) causes fullscreen mode to exit when watching video

2015-07-30 Thread Ugo Riboni
** Changed in: webbrowser-app (Ubuntu)
 Assignee: Olivier Tilloy (osomon) = Ugo Riboni (uriboni)

** Changed in: webbrowser-app (Ubuntu)
   Status: Confirmed = 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/1477308

Title:
  adjusting volume (notify osd) causes fullscreen mode to exit when
  watching video

Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  running webbrowser trunk on desktop
  1) play youtube video in browser and press the fullscreen button
  2) adjust the computer volume using keyboard, this causes notify osd to be 
displayed

  expected results:
  video keeps playing in fullscreen mode

  actual results:
  video exits fullscreen mode and keeps playing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1477308/+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 1477308] Re: adjusting volume (notify osd) causes fullscreen mode to exit when watching video

2015-07-30 Thread Launchpad Bug Tracker
** Branch linked: lp:~uriboni/webbrowser-app/dont-lose-fullscreen-on-
volume

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

Title:
  adjusting volume (notify osd) causes fullscreen mode to exit when
  watching video

Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  running webbrowser trunk on desktop
  1) play youtube video in browser and press the fullscreen button
  2) adjust the computer volume using keyboard, this causes notify osd to be 
displayed

  expected results:
  video keeps playing in fullscreen mode

  actual results:
  video exits fullscreen mode and keeps playing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1477308/+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 1477308] Re: adjusting volume (notify osd) causes fullscreen mode to exit when watching video

2015-07-28 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
   Status: New = Confirmed

** 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/1477308

Title:
  adjusting volume (notify osd) causes fullscreen mode to exit when
  watching video

Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  running webbrowser trunk on desktop
  1) play youtube video in browser and press the fullscreen button
  2) adjust the computer volume using keyboard, this causes notify osd to be 
displayed

  expected results:
  video keeps playing in fullscreen mode

  actual results:
  video exits fullscreen mode and keeps playing

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