[Touch-packages] [Bug 1546627] Re: 4 autopilot test failures (related to ESC key) on desktop

2016-04-12 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/1546627

Title:
  4 autopilot test failures (related to ESC key) on desktop

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

Bug description:
  I just upgraded my desktop machine from wily to xenial, and 4
  autopilot tests are now consistently failing:

  webbrowser_app.tests.test_keyboard.TestKeyboard.test_find_in_page_ctrl_f
  webbrowser_app.tests.test_keyboard.TestKeyboard.test_escape_from_address_bar
  webbrowser_app.tests.test_keyboard.TestKeyboard.test_bookmark
  
webbrowser_app.tests.test_suggestions.TestSuggestions.test_suggestions_escape_on_addressbar

  All of them involve pressing the ESC key and expecting something to
  happen, which is where they fail. I suspect something changed in the
  UITK (it might have gained default handling of ESC for various
  components, which overrides our custom implementation?). Needs further
  investigation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1546627/+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 1546627] Re: 4 autopilot test failures (related to ESC key) on desktop

2016-03-19 Thread Timo Jyrinki
** 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 => High

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Zoltan Balogh (bzoltan)

** Changed in: canonical-devices-system-image
Milestone: None => ww08-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/1546627

Title:
  4 autopilot test failures (related to ESC key) on desktop

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

Bug description:
  I just upgraded my desktop machine from wily to xenial, and 4
  autopilot tests are now consistently failing:

  webbrowser_app.tests.test_keyboard.TestKeyboard.test_find_in_page_ctrl_f
  webbrowser_app.tests.test_keyboard.TestKeyboard.test_escape_from_address_bar
  webbrowser_app.tests.test_keyboard.TestKeyboard.test_bookmark
  
webbrowser_app.tests.test_suggestions.TestSuggestions.test_suggestions_escape_on_addressbar

  All of them involve pressing the ESC key and expecting something to
  happen, which is where they fail. I suspect something changed in the
  UITK (it might have gained default handling of ESC for various
  components, which overrides our custom implementation?). Needs further
  investigation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1546627/+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 1546627] Re: 4 autopilot test failures (related to ESC key) on desktop

2016-03-09 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-ui-toolkit -
1.3.1872+16.04.20160308-0ubuntu1

---
ubuntu-ui-toolkit (1.3.1872+16.04.20160308-0ubuntu1) xenial; urgency=medium

  [ Timo Jyrinki ]
  * Fix gles unit test skipping.
  * Add s390x to the unit test skipping architectures
  * UITK test plan - wily -> xenial. Fixes LP: #1544490

  [ Christian Dywan ]
  * Print errors when QuickUtils fails to create a component.
  * unit tests shouldn't use deprecated Dialog.callera
  * Correctly count only test case results. The result= value is used in suites
and results.
  * Skip tst_pagehead_visible flakes on non-arm. Fixes LP: #1534651
  * Skip flaky tst_mousefilterTest::doubleClicked. Fixes LP: #1542215
  * Suppress click signal if releasing outside of ListItem. Fixes LP: #1541148.
  * Use gdb in runtest.sh to produce backtraces.
  * Arrow keys change value of a Slider. Fixes LP: #1523824.
  * Only use Maliit when enabled explicitly in the environment

  [ Oliver Tilloy ]
  * Do not try to assign to non-existent property "activeFocusOnPress".
Fixes LP: #1532953
  * Bubble up ESC key press event if there is no popover to close.
Fixes LP: #1546627

  [ Loïc Molinari ]
  * Added private items and nodes for the new component styles.
Fixes LP: #1523836
  * Made use of new private Frame item for the focusing.
  * Fixed performance monitor crash because of a NULL timer pointer dereference.
Fixes LP: #1546986
  * Fixed performance monitor dangling pointer crash. Fixes LP: #1546984
  * [ProportionalShape] Ensured width/height ratio is correct with default 
values.
Fixes LP: #1546546
  * Added a workaround to prevent a crash while changing the QPA scale factor.

  [ Florian Boucault ]
  * Always on performance monitor that logs frames that too long to render.
  * MainView: proceed to selecting the theme automatically at startup too.
Fixes LP: #1535819
  * MainView: when no gradient color is needed for the background, rely on
QQuickWindow's GL clear color. Lessens overdraw considerably for most
apps. Fixes LP: #1439133.
  * Panel: MathUtils used without import prefix was leading to undefined
reference.
  * Label: use native rendering on low dpi screens (GRID_UNIT_PX <= 10) for
sharper looking text.
  * Gallery: added palette browser to Colors page.

  [ Tim Peeters ]
  * Support scrolling in ListViews with horizontal orientation to the
qquicklistview CPO.
  * Add background to AppHeader and remove contents clipping from MainView.
Fixes LP: #1531016, LP: #1531457.
  * Hide AppHeader when using AdaptivePageLayout. Fixes bug 1531871.
Fixes LP: #1531871.
  * Implement horizontal flicking in the flickable autopilot CPO.
  * Re-order to list of pages in the gallery to be alphabetical.
  * Fix the autopilot failures introduced with the horizontal scrolling in
the Flickable CPO.
  * Update documentation for MainView, Page, AdaptivePageLayout to use the new
PageHeader in all examples. Deprecate old properties. Fixes LP: #1540574
  * Add 'animate' property to new internal AppHeaderBase, and do not show a
header animation when starting an app without header.
Fixes LP: #1518002, LP: #1524901.
  * Use the correct string for skipping tests on x86_64 .
  * Sections scrolling and keyboard navigation. Fixes LP: #1465048, LP: #1489591
  * Fix autopilot color button failure.

  [ Zoltán Balogh ]
  * Create a click packaging project for the UITK Component Gallery.
  * Improve the test plan executor script.

  [ Andrea Bernabei ]
  * Refer to SlotsLayout.Last instead of SlotsLayout.End in SlotsLayout
documentation. Fixes LP: #1536170.
  * Update "Import Statement:" in docs of Ubuntu.Components. Currently
Developer's website shows "import Ubuntu.Components 1.2" and "since
Ubuntu.Components 1.3" and that is confusing for all app developers.
Fixes LP: #1531817.
  * Fix ListItemLayout multiline labels positioning and add docs about
aliasing labels properties
  * UbuntuTestCase flick(): default events delay to 1. Fixes LP: #1549256.
  * Add Scrollbar and ScrollView tests plus implementation fixes.

  [ Benjamin Zeller ]
  * Fix Bug lp:1535241 "AdaptivePageLayout first example is badly broken".
Fixes LP: #1535241.
  * The click project file is should not be part of the UITK project.
  * Move MainViewBase to C++.
  * Move tree.js to C++.
  * Do not leak the incubator pointer in case a QML engine never took care of
it. Delete the object directly.
  * Move PageWrapper.qml to C++ for 1.3.
  * Add Ubuntu toolkit shared library
  * Move ColorUtils to UbuntuToolkit.
  * Fixes LP: #1540642
  * Make sure objects are initialized with extra properties before they are
instantiated in the QML engine.
  * Use QQmlProperty::write() instead of QObject::writeProperty()

  [ Zsombor Egri ]
  * Update Palette values for Ubuntu.Components 1.3 and apply the palette on
components. First set of visual updates including ListItem, Text inputs,
CheckBox, 

[Touch-packages] [Bug 1546627] Re: 4 autopilot test failures (related to ESC key) on desktop

2016-02-25 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+16.04.20160223-0ubuntu1

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

  [ CI Train Bot ]
  * Resync trunk.

  [ Olivier Tilloy ]
  * Remove the 'formFactor' context property, and replace all its uses
by more meaningful conditions. (LP: #1446904, #1542375)
  * Update translation template.
  * Work around a bug in the UITK that prevents touch scrolling to the
left of the address bar by ensuring that the x coordinate of the
text field is an integer. (LP: #1546346)
  * Work around bug #1546677 (UITK), by destroying the bookmark options
popover instead of hiding it. (LP: #1546627, #1546677)

 -- Olivier Tilloy   Tue, 23 Feb 2016
11:24:49 +

** 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 ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1546627

Title:
  4 autopilot test failures (related to ESC key) on desktop

Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  I just upgraded my desktop machine from wily to xenial, and 4
  autopilot tests are now consistently failing:

  webbrowser_app.tests.test_keyboard.TestKeyboard.test_find_in_page_ctrl_f
  webbrowser_app.tests.test_keyboard.TestKeyboard.test_escape_from_address_bar
  webbrowser_app.tests.test_keyboard.TestKeyboard.test_bookmark
  
webbrowser_app.tests.test_suggestions.TestSuggestions.test_suggestions_escape_on_addressbar

  All of them involve pressing the ESC key and expecting something to
  happen, which is where they fail. I suspect something changed in the
  UITK (it might have gained default handling of ESC for various
  components, which overrides our custom implementation?). Needs further
  investigation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1546627/+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 1546627] Re: 4 autopilot test failures (related to ESC key) on desktop

2016-02-22 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => High

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

Title:
  4 autopilot test failures (related to ESC key) on desktop

Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress
Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  I just upgraded my desktop machine from wily to xenial, and 4
  autopilot tests are now consistently failing:

  webbrowser_app.tests.test_keyboard.TestKeyboard.test_find_in_page_ctrl_f
  webbrowser_app.tests.test_keyboard.TestKeyboard.test_escape_from_address_bar
  webbrowser_app.tests.test_keyboard.TestKeyboard.test_bookmark
  
webbrowser_app.tests.test_suggestions.TestSuggestions.test_suggestions_escape_on_addressbar

  All of them involve pressing the ESC key and expecting something to
  happen, which is where they fail. I suspect something changed in the
  UITK (it might have gained default handling of ESC for various
  components, which overrides our custom implementation?). Needs further
  investigation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1546627/+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 1546627] Re: 4 autopilot test failures (related to ESC key) on desktop

2016-02-17 Thread Olivier Tilloy
The third issue is tracked by a separate bug report: bug #1546677.

** Branch linked: lp:~osomon/webbrowser-app/workaround-popover-esc

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

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

Title:
  4 autopilot test failures (related to ESC key) on desktop

Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress
Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  I just upgraded my desktop machine from wily to xenial, and 4
  autopilot tests are now consistently failing:

  webbrowser_app.tests.test_keyboard.TestKeyboard.test_find_in_page_ctrl_f
  webbrowser_app.tests.test_keyboard.TestKeyboard.test_escape_from_address_bar
  webbrowser_app.tests.test_keyboard.TestKeyboard.test_bookmark
  
webbrowser_app.tests.test_suggestions.TestSuggestions.test_suggestions_escape_on_addressbar

  All of them involve pressing the ESC key and expecting something to
  happen, which is where they fail. I suspect something changed in the
  UITK (it might have gained default handling of ESC for various
  components, which overrides our custom implementation?). Needs further
  investigation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1546627/+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 1546627] Re: 4 autopilot test failures (related to ESC key) on desktop

2016-02-17 Thread Olivier Tilloy
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Olivier Tilloy (osomon)

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New => In Progress

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

Title:
  4 autopilot test failures (related to ESC key) on desktop

Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress
Status in webbrowser-app package in Ubuntu:
  Triaged

Bug description:
  I just upgraded my desktop machine from wily to xenial, and 4
  autopilot tests are now consistently failing:

  webbrowser_app.tests.test_keyboard.TestKeyboard.test_find_in_page_ctrl_f
  webbrowser_app.tests.test_keyboard.TestKeyboard.test_escape_from_address_bar
  webbrowser_app.tests.test_keyboard.TestKeyboard.test_bookmark
  
webbrowser_app.tests.test_suggestions.TestSuggestions.test_suggestions_escape_on_addressbar

  All of them involve pressing the ESC key and expecting something to
  happen, which is where they fail. I suspect something changed in the
  UITK (it might have gained default handling of ESC for various
  components, which overrides our custom implementation?). Needs further
  investigation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1546627/+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 1546627] Re: 4 autopilot test failures (related to ESC key) on desktop

2016-02-17 Thread Olivier Tilloy
In fact the 4 failures are a consequence of the fix for bug #1523828.
The third one is a bit trickier to address though, as a child item of
the popover is catching the ESC press event, so there is no way to
override it.

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

Title:
  4 autopilot test failures (related to ESC key) on desktop

Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress
Status in webbrowser-app package in Ubuntu:
  Triaged

Bug description:
  I just upgraded my desktop machine from wily to xenial, and 4
  autopilot tests are now consistently failing:

  webbrowser_app.tests.test_keyboard.TestKeyboard.test_find_in_page_ctrl_f
  webbrowser_app.tests.test_keyboard.TestKeyboard.test_escape_from_address_bar
  webbrowser_app.tests.test_keyboard.TestKeyboard.test_bookmark
  
webbrowser_app.tests.test_suggestions.TestSuggestions.test_suggestions_escape_on_addressbar

  All of them involve pressing the ESC key and expecting something to
  happen, which is where they fail. I suspect something changed in the
  UITK (it might have gained default handling of ESC for various
  components, which overrides our custom implementation?). Needs further
  investigation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1546627/+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 1546627] Re: 4 autopilot test failures (related to ESC key) on desktop

2016-02-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~osomon/ubuntu-ui-toolkit/textfield-bubble-up-esc

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

Title:
  4 autopilot test failures (related to ESC key) on desktop

Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress
Status in webbrowser-app package in Ubuntu:
  Triaged

Bug description:
  I just upgraded my desktop machine from wily to xenial, and 4
  autopilot tests are now consistently failing:

  webbrowser_app.tests.test_keyboard.TestKeyboard.test_find_in_page_ctrl_f
  webbrowser_app.tests.test_keyboard.TestKeyboard.test_escape_from_address_bar
  webbrowser_app.tests.test_keyboard.TestKeyboard.test_bookmark
  
webbrowser_app.tests.test_suggestions.TestSuggestions.test_suggestions_escape_on_addressbar

  All of them involve pressing the ESC key and expecting something to
  happen, which is where they fail. I suspect something changed in the
  UITK (it might have gained default handling of ESC for various
  components, which overrides our custom implementation?). Needs further
  investigation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1546627/+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 1546627] Re: 4 autopilot test failures (related to ESC key) on desktop

2016-02-17 Thread Olivier Tilloy
At least 3 of the 4 failures appear to be caused by a recent change in
the UITK (the fix for bug #1523828). Keys.onEscapePressed accepts the
event by default, so it’s not bubbled up, whereas it should if there is
no popover to close.

** Also affects: ubuntu-ui-toolkit (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/1546627

Title:
  4 autopilot test failures (related to ESC key) on desktop

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

Bug description:
  I just upgraded my desktop machine from wily to xenial, and 4
  autopilot tests are now consistently failing:

  webbrowser_app.tests.test_keyboard.TestKeyboard.test_find_in_page_ctrl_f
  webbrowser_app.tests.test_keyboard.TestKeyboard.test_escape_from_address_bar
  webbrowser_app.tests.test_keyboard.TestKeyboard.test_bookmark
  
webbrowser_app.tests.test_suggestions.TestSuggestions.test_suggestions_escape_on_addressbar

  All of them involve pressing the ESC key and expecting something to
  happen, which is where they fail. I suspect something changed in the
  UITK (it might have gained default handling of ESC for various
  components, which overrides our custom implementation?). Needs further
  investigation.

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