StateSaver does not save properties of Repeater delegates
Bug #1267900 reported by
Zsombor Egri
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu UI Toolkit |
Fix Released
|
High
|
Zsombor Egri | ||
ubuntu-ui-toolkit (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Given the following example:
Repeater {
model: 5
Rectangle {
id: rect
width: 100; height: 20
}
}
StateSaver will not save the height property if the rect, reports that the UUID is already defined.
Related branches
lp://qastaging/~zsombi/ubuntu-ui-toolkit/stateSaverWithRepeater
- PS Jenkins bot: Approve (continuous-integration)
- Francis Ginther (community): Approve
- Florian Boucault (community): Approve
-
Diff: 320 lines (+254/-2)6 files modifiedmodules/Ubuntu/Components/plugin/ucstatesaver.cpp (+31/-1)
tests/unit_x11/tst_statesaver/GridViewItems.qml (+38/-0)
tests/unit_x11/tst_statesaver/ListViewItems.qml (+38/-0)
tests/unit_x11/tst_statesaver/RepeaterStates.qml (+40/-0)
tests/unit_x11/tst_statesaver/tst_statesaver.cpp (+103/-0)
tests/unit_x11/tst_statesaver/tst_statesaver.pro (+4/-1)
Changed in ubuntu-ui-toolkit: | |
importance: | Undecided → High |
Changed in ubuntu-ui-toolkit: | |
status: | New → Confirmed |
Changed in ubuntu-ui-toolkit: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fix committed into lp:ubuntu-ui-toolkit at revision None, scheduled for release in ubuntu-ui-toolkit, milestone Unknown