[Ubuntu-webapps-bugs] [Bug 1592098] [NEW] GPS stops with "maximumAge: 0" in HTML5 geolocation

2016-06-13 Thread costales
Public bug reported:

Hi!

If I use this:
navigator.geolocation.watchPosition(
function (pos) {
console.log('new pos');
},
function (error) {
console.log(error.code == 1);
},
{
enableHighAccuracy: true,
maximumAge: 0
}

The GPS will not give more new positions after X kilometers (so random),
because of the "maximumAge" parameter (I put 0 because I don't want
older positions).

We see the behavior in the current version of uNav (0.59). After remove
that command, the GPS never stops.

I think it could be from oxide, because there isn't dumps in the log and
if I kill the app and launch again, the GPS works again.

Thanks in advance!

** Affects: oxide
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to Oxide.
https://bugs.launchpad.net/bugs/1592098

Title:
  GPS stops with "maximumAge: 0" in HTML5 geolocation

Status in Oxide:
  New

Bug description:
  Hi!

  If I use this:
navigator.geolocation.watchPosition(
function (pos) {
console.log('new pos');
},
function (error) {
console.log(error.code == 1);
},
{
enableHighAccuracy: true,
maximumAge: 0
}

  The GPS will not give more new positions after X kilometers (so
  random), because of the "maximumAge" parameter (I put 0 because I
  don't want older positions).

  We see the behavior in the current version of uNav (0.59). After
  remove that command, the GPS never stops.

  I think it could be from oxide, because there isn't dumps in the log
  and if I kill the app and launch again, the GPS works again.

  Thanks in advance!

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1592098/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-webapps-bugs] [Bug 1591157] Re: webbrowser-app does not honour scale setting on HiDPI display

2016-06-13 Thread Olivier Tilloy
** Package changed: ubuntu-ui-toolkit (Ubuntu) => unity-control-center
(Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to Oxide.
https://bugs.launchpad.net/bugs/1591157

Title:
  webbrowser-app does not honour scale setting on HiDPI display

Status in Oxide:
  Invalid
Status in unity-control-center package in Ubuntu:
  New
Status in webbrowser-app package in Ubuntu:
  Invalid

Bug description:
  The attached screenshot should say it all, showing it in comparison
  with Firefox and, indeed, the rest of the Unity desktop.

  Basically, on a 4K display, with a native resolution of 3840x2160, but
  with the scaling factor set to 2, and Scale all window contents set
  on, *most* of the unity desktop these days respects this; it nearly
  all works.

  webbrowser-app seems to have no awareness of it at all, and thus its
  windows show up tiny.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: webbrowser-app 0.23+16.04.20160413-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jun 10 12:55:30 2016
  InstallationDate: Installed on 2016-03-30 (71 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
  SourcePackage: webbrowser-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1591157/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-webapps-bugs] [Bug 1592020] [NEW] oxide_shared_unittests / oxide_qt_unittests don't work with GN build

2016-06-13 Thread Chris Coulson
Public bug reported:

The GN build doesn't set the executable's RPATH in non-component builds,
which breaks the external libffmpeg.so case (the GYP build does set
RPATH in both component and non-component builds).

** Affects: oxide
 Importance: Critical
 Assignee: Chris Coulson (chrisccoulson)
 Status: Triaged

** Changed in: oxide
   Status: New => Triaged

** Changed in: oxide
   Importance: Undecided => Critical

** Changed in: oxide
 Assignee: (unassigned) => Chris Coulson (chrisccoulson)

** Changed in: oxide
Milestone: None => branch-1.17

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to Oxide.
https://bugs.launchpad.net/bugs/1592020

Title:
  oxide_shared_unittests / oxide_qt_unittests don't work with GN build

Status in Oxide:
  Triaged

Bug description:
  The GN build doesn't set the executable's RPATH in non-component
  builds, which breaks the external libffmpeg.so case (the GYP build
  does set RPATH in both component and non-component builds).

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1592020/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-webapps-bugs] [Bug 1591157] Re: webbrowser-app does not honour scale setting on HiDPI display

2016-06-13 Thread Chris Coulson
This isn't really a webbrowser-app or Oxide issue - this is a desktop
environment issue. If you run webbrowser-app with
QT_DEVICE_PIXEL_RATIO=2 then it works fine.

** Changed in: oxide
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to Oxide.
https://bugs.launchpad.net/bugs/1591157

Title:
  webbrowser-app does not honour scale setting on HiDPI display

Status in Oxide:
  Invalid
Status in ubuntu-ui-toolkit package in Ubuntu:
  New
Status in webbrowser-app package in Ubuntu:
  Invalid

Bug description:
  The attached screenshot should say it all, showing it in comparison
  with Firefox and, indeed, the rest of the Unity desktop.

  Basically, on a 4K display, with a native resolution of 3840x2160, but
  with the scaling factor set to 2, and Scale all window contents set
  on, *most* of the unity desktop these days respects this; it nearly
  all works.

  webbrowser-app seems to have no awareness of it at all, and thus its
  windows show up tiny.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: webbrowser-app 0.23+16.04.20160413-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jun 10 12:55:30 2016
  InstallationDate: Installed on 2016-03-30 (71 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
  SourcePackage: webbrowser-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1591157/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-webapps-bugs] [Bug 1592018] [NEW] tst_UnloadHandlers.qml is flaky

2016-06-13 Thread Chris Coulson
Public bug reported:

PASS   : qml-web-platform-test::UnloadHandlers::initTestCase()
127.0.0.1 - - [13/Jun/2016 17:26:06] "GET /tst_UnloadHandlers.html HTTP/1.1" 
200 -
127.0.0.1 - - [13/Jun/2016 17:26:07] code 404, message File not found
127.0.0.1 - - [13/Jun/2016 17:26:07] "GET /empty.html HTTP/1.1" 404 -
FAIL!  : qml-web-platform-test::UnloadHandlers::test_UnloadHandlers1() Compared 
values are not the same
   Actual   (): undefined
   Expected (): baaa
   Loc: 
[/home/chr1s/src/oxide/master/src/oxide/qt/tests/qmltests/web_platform/tst_UnloadHandlers.qml(42)]
PASS   : qml-web-platform-test::UnloadHandlers::cleanupTestCase()

** Affects: oxide
 Importance: Medium
 Status: Triaged

** Changed in: oxide
   Importance: Undecided => Medium

** Changed in: oxide
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to Oxide.
https://bugs.launchpad.net/bugs/1592018

Title:
  tst_UnloadHandlers.qml is flaky

Status in Oxide:
  Triaged

Bug description:
  PASS   : qml-web-platform-test::UnloadHandlers::initTestCase()
  127.0.0.1 - - [13/Jun/2016 17:26:06] "GET /tst_UnloadHandlers.html HTTP/1.1" 
200 -
  127.0.0.1 - - [13/Jun/2016 17:26:07] code 404, message File not found
  127.0.0.1 - - [13/Jun/2016 17:26:07] "GET /empty.html HTTP/1.1" 404 -
  FAIL!  : qml-web-platform-test::UnloadHandlers::test_UnloadHandlers1() 
Compared values are not the same
 Actual   (): undefined
 Expected (): baaa
 Loc: 
[/home/chr1s/src/oxide/master/src/oxide/qt/tests/qmltests/web_platform/tst_UnloadHandlers.qml(42)]
  PASS   : qml-web-platform-test::UnloadHandlers::cleanupTestCase()

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1592018/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-webapps-bugs] [Bug 1582060] Re: OSK not brought up when focusing a text field in a webview opened from newViewRequested

2016-06-13 Thread Chris Coulson
** Changed in: oxide/1.14
   Status: Triaged => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to Oxide.
https://bugs.launchpad.net/bugs/1582060

Title:
  OSK not brought up when focusing a text field in a webview opened from
  newViewRequested

Status in Canonical System Image:
  In Progress
Status in Oxide:
  Fix Released
Status in Oxide 1.14 series:
  Won't Fix
Status in Oxide 1.15 series:
  Fix Released

Bug description:
  Information:
  current build number: 335
  device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
  last update: 2016-05-16 10:14:49
  version version: 335
  version ubuntu: 20160514
  version device: 20160329-a9bacdb
  version custom: 20160505-975-38-9

  Precondition:
  1) WiFi connected 
  2) HERE account ready 

  Steps:
  1.Launch HERE and HERE launches and map displayed.
  2. Go to Here Maps Settings -> Sign in.Sign in page displayed.
  3.Tap the input box.And check the performance.

  Actual result:
  The keyboard is not shown.
  Expected result:
  The keyboard should be shown.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1582060/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-webapps-bugs] [Bug 1591761] Re: File API

2016-06-13 Thread Olivier Tilloy
What specifically in the File API is not working for you? Can this bug
be marked a duplicate of bug #1490749 maybe?

** Changed in: oxide-qt (Ubuntu)
   Status: New => Incomplete

** Package changed: oxide-qt (Ubuntu) => oxide

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to Oxide.
https://bugs.launchpad.net/bugs/1591761

Title:
  File API

Status in Oxide:
  Incomplete

Bug description:
  Hi,
  I think the HTML5 File API is not working in oxide (?).
  Thanks in advance!

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1591761/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-webapps-bugs] [Bug 1591761] [NEW] File API

2016-06-13 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Hi,
I think the HTML5 File API is not working in oxide (?).
Thanks in advance!

** Affects: oxide
 Importance: Undecided
 Status: Incomplete

-- 
File API
https://bugs.launchpad.net/bugs/1591761
You received this bug notification because you are a member of Ubuntu WebApps 
bug tracking, which is subscribed to Oxide.

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp