missing quote marks in example
Bug #1420420 reported by
Randy Olive
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Touch Component Store |
Fix Released
|
Low
|
Nekhelesh Ramananthan |
Bug Description
In the following example on the UCS URL http://
contents: Column {
spacing: units.gu(2)
anchors.fill: parent
Label {
id: title
text: Test"
font.bold: true
}
Label {
id: subTitle
text: "SubTitle
}
}
the text: Test" and the text: "SubTitle are missing accompanying quote marks
Related branches
lp://staging/~nik90/component-store/add-welcome-wizard
- Ubuntu Touch Community Dev: Pending requested
-
Diff: 545 lines (+484/-1)9 files modifiedComponentStore/WelcomeWizard/Walkthrough.qml (+116/-0)
ComponentStore/WelcomeWizard/ubuntu_component_store.json (+6/-0)
GallerySRC/Slide1.qml (+54/-0)
GallerySRC/Slide2.qml (+42/-0)
GallerySRC/WelcomeWizardWidget.qml (+41/-0)
GallerySRC/WidgetsModel.qml (+5/-0)
docs/_components/listitemwithactions.rst (+1/-1)
docs/_components/welcomewizard.rst (+218/-0)
docs/index.rst (+1/-0)
Changed in component-store: | |
status: | New → Confirmed |
importance: | Undecided → Low |
assignee: | nobody → Nekhelesh Ramananthan (nik90) |
status: | Confirmed → In Progress |
Changed in component-store: | |
status: | In Progress → Fix Committed |
Changed in component-store: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.