Scrollbar tests fail on Qt 5.6.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-ui-toolkit (Ubuntu) |
Fix Committed
|
Critical
|
Andrea Bernabei |
Bug Description
FAIL! : components:
Actual (): #5d5d5d
Expected (): #111111
Loc: [/tmp/buildd/
FAIL! : components:
Actual (): #5d5d5d
Expected (): #111111
Loc: [/tmp/buildd/
FAIL! : components:
Loc: [/tmp/buildd/
FAIL! : components:
Loc: [/tmp/buildd/
and
********* Start testing of components *********
Config: Using QtTest library 5.6.1, Qt 5.6.1 (x86_64-
PASS : components:
FAIL! : components:
Loc: [/tmp/buildd/
FAIL! : components:
Loc: [/tmp/buildd/
PASS : components:
Totals: 2 passed, 2 failed, 0 skipped, 0 blacklisted
********* Finished testing of components *********
See https:/
Related branches
- ubuntu-sdk-build-bot: Approve (continuous-integration)
- Zsombor Egri: Approve
- Cris Dywan: Pending requested
-
Diff: 43 lines (+4/-4)2 files modifiedtests/unit/visual/tst_scrollbar.13.qml (+3/-3)
tests/unit/visual/tst_scrollbar_header.13.qml (+1/-1)
Changed in ubuntu-ui-toolkit (Ubuntu): | |
assignee: | nobody → Andrea Bernabei (faenil) |
importance: | Undecided → Critical |
status: | New → In Progress |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | In Progress → Fix Committed |
We were previously misusing mapToItem/ mapFromItem by not passing x/y parameters
and relying on JS to initialize them to 0.
Qt5.6 fixes QTBUG-41686 and requires x/y to be explicitly passed.