Notes don't collapse correctly
Bug #1181813 reported by
Omer Akram
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
notes-app |
Fix Released
|
Critical
|
Ugo Riboni |
Bug Description
The most basic functionalities of the notes-app are not working on my touch device. You cannot save a note as tapping outside of the note or tapping on the header of the notes app does not collapse the current note.
steps to reproduce the bug.
1. Open the note app.
2. try to type something into the note and tap outside of its area, or tap on the header
What should happen:
the currently active note shall collapse as if it was saved.
What happens:
Nothing.
Related branches
lp://staging/~amanzi-team/notes-app/notes-app-click-collapse
- Olivier Tilloy: Approve
- PS Jenkins bot: Approve (continuous-integration)
-
Diff: 28 lines (+7/-11)1 file modifiedComponents/NoteItem.qml (+7/-11)
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.
Currently there's a known issue where if the tap on the header is not very precise the note won't collapse (even a few pixels between touch and release will not trigger a tap). This indeed needs to be fixed.