Scrollbar error: Unable to assign bool to QQuickItem*
Bug #1606451 reported by
Dan Chapman
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
Medium
|
Unassigned | ||
ubuntu-ui-toolkit (Ubuntu) |
Fix Released
|
Medium
|
Andrea Bernabei | ||
ubuntu-ui-toolkit (Ubuntu RTM) |
Fix Released
|
Medium
|
Andrea Bernabei |
Bug Description
When using scrollview i am getting errors with Scrollbar:
file://
http://
On a side note: I can't see where __trough is even used?, so I can't figure out if that property is really needed or is a remnant from a previous implementation that wasn't removed.
Related branches
lp://staging/~faenil/ubuntu-ui-toolkit/moreScrollbarOptimizations
- ubuntu-sdk-build-bot: Approve (continuous-integration)
- Cris Dywan: Approve
-
Diff: 513 lines (+238/-43)8 files modifiedsrc/Ubuntu/Components/1.3/Scrollbar.qml (+35/-21)
src/Ubuntu/Components/Labs/Labs.pro (+1/-1)
src/Ubuntu/Components/Themes/Ambiance/1.3/ScrollbarStyle.qml (+37/-17)
src/Ubuntu/UbuntuToolkit/UbuntuToolkit.pro (+4/-2)
src/Ubuntu/UbuntuToolkit/privates/ucscrollbarutils.cpp (+44/-0)
src/Ubuntu/UbuntuToolkit/privates/ucscrollbarutils_p.h (+41/-0)
src/Ubuntu/UbuntuToolkit/ubuntutoolkitmodule.cpp (+4/-2)
tests/unit/visual/tst_scrollbar.13.qml (+72/-0)
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | In Progress → Fix Committed |
Changed in canonical-devices-system-image: | |
status: | New → Fix Committed |
importance: | Undecided → Medium |
milestone: | none → 13 |
Changed in canonical-devices-system-image: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Hi Dan,
thanks for the bug report.
That property is already removed in a WIP branch I have been working on (but haven't had the time to polish and get merged yet).
But nonetheless, even without that branch launching the UITK Gallery does not seem to be enough to reproduce that error.
Do you have any additional info/context to provide?