[notepad] The first fake note doesn't get saved properly
Bug #1131744 reported by
Ugo Riboni
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
notes-app |
Fix Released
|
Critical
|
Ugo Riboni |
Bug Description
When you start up notepad and there are no notes in the database a new "fake" empty note is created, so that the user can start typing immediately.
However there's a bug that prevents this note from being saved correctly when it's collapsed.
What should happen is:
- delete all notes
- quit notepad
- run notepad
- type something in the empty note that appears at startup
- collapse the note by clicking outside of it
- quit notepad
- run notepad
- you should now see one note with the text you input previously
Related branches
lp:~amanzi-team/notes-app/notes-app-save-first-note
- Olivier Tilloy: Approve
- PS Jenkins bot: Approve (continuous-integration)
-
Diff: 142 lines (+79/-31)2 files modifiedModels/DataModel.qml (+6/-1)
tests/autopilot/notes_app/tests/test_quit.py (+73/-30)
Changed in manhattan: | |
assignee: | nobody → Ugo Riboni (uriboni) |
Changed in manhattan: | |
milestone: | none → ubuntu-13.04-month-6 |
importance: | Undecided → High |
information type: | Proprietary → Public |
affects: | manhattan → notes-app |
Changed in notes-app: | |
milestone: | ubuntu-13.04-month-6 → none |
milestone: | none → ubuntu-13.04-month-6 |
Changed in notes-app: | |
milestone: | ubuntu-13.04-month-6 → ubuntu-13.05 |
Changed in touch-preview-images: | |
assignee: | nobody → Ugo Riboni (uriboni) |
importance: | Undecided → Critical |
status: | New → Confirmed |
milestone: | none → ubuntu-13.05 |
no longer affects: | touch-preview-images |
Changed in notes-app: | |
importance: | High → Critical |
Changed in notes-app: | |
status: | Confirmed → In Progress |
Changed in notes-app: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
confirmed. can reproduce this.