← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1569794] Re: PopoverTests::test_popover_follows_pointerTarget_bug1199502(Moving pointerTarget) FAILS when setting GRID_UNIT_PX.

 

This bug was fixed in the package ubuntu-ui-toolkit -
1.3.1984+16.10.20160527.2

---------------
ubuntu-ui-toolkit (1.3.1984+16.10.20160527.2) yakkety; urgency=medium

  [ Christian Dywan ]
  * Slimmer frame for TextFields: 0.5dp. Fixes LP: #1578190.

  [ Albert Astals Cid ]
  * Add override
    The override specifier (since C++11) specifies that a virtual function
    overrides another virtual function. In a member function declaration or
    definition, override ensures that the function is virtual and is overriding
    a virtual function from the base class.

  [ Tim Peeters ]
  * Fix reference error in PullToRefreshStyle. Fixes LP: #1582843
  * Mark Tab, Tabs, TabBar, PageHeadConfiguration, PageHeadSections,
    PageHeadState, ToolbarButton, ToolbarItems as deprecated in the
    documentation. Fixes LP: #1566735, LP: #1566741.

  [ CI Train Bot ]
  * Resync trunk.

 -- Zoltan Balogh <zoltan.balogh@xxxxxxxxxxxxx>  Fri, 27 May 2016
07:08:44 +0000

** Changed in: ubuntu-ui-toolkit (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1569794

Title:
  PopoverTests::test_popover_follows_pointerTarget_bug1199502(Moving
  pointerTarget) FAILS when setting GRID_UNIT_PX.

Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  tim@tim-mbp:~/dev/ubuntu-ui-toolkit/m/freeze/tests/unit_x11/tst_components$ GRID_UNIT_PX=16 qmltestrunner -import ../../../qml/ -input tst_popover13.qml
  ********* Start testing of qmltestrunner *********
  Config: Using QtTest library 5.5.1, Qt 5.5.1 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 5.3.1 20160330)
  PASS   : qmltestrunner::PopoverTests::initTestCase()
  PASS   : qmltestrunner::PopoverTests::test_dismiss_on_click(row 0)
  PASS   : qmltestrunner::PopoverTests::test_dismiss_on_click(row 1)
  PASS   : qmltestrunner::PopoverTests::test_dismiss_on_click(row 2)
  PASS   : qmltestrunner::PopoverTests::test_dismiss_on_key()
  PASS   : qmltestrunner::PopoverTests::test_popover_consumes_clicks_bug1488540(Left-click)
  PASS   : qmltestrunner::PopoverTests::test_popover_consumes_clicks_bug1488540(Right-click)
  PASS   : qmltestrunner::PopoverTests::test_popover_consumes_clicks_bug1488540(Middle-click)
  FAIL!  : qmltestrunner::PopoverTests::test_popover_follows_pointerTarget_bug1199502(Moving pointerTarget) Popover isn't pointing at the caller
     Actual   (): 636
     Expected (): 318
     Loc: [/home/tim/dev/ubuntu-ui-toolkit/m/freeze/tests/unit_x11/tst_components/tst_popover13.qml(182)]
  PASS   : qmltestrunner::PopoverTests::cleanupTestCase()
  Totals: 9 passed, 1 failed, 0 skipped, 0 blacklisted
  ********* Finished testing of qmltestrunner *********

  
  It does not fail when I have GRID_UNIT_PX=8.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1569794/+subscriptions


References