[Calculator app] Swipe up should tear off the results strip
Bug #1156511 reported by
Alan Pope πΊπ§π± π¦
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Calculator App |
Fix Released
|
Medium
|
Dalius | ||
Ubuntu UX |
Fix Released
|
High
|
Christina Li |
Bug Description
Currently pressing "C" initiates the "tear off" of the results strip, bug 1156510 filed for that. The tear-off should be initiated via swiping the 'paper' results roll upwards.
Related branches
lp://staging/~dalius-sandbox/ubuntu-calculator-app/tear-off-formula
- Riccardo Ferrazzo (community): Approve
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
-
Diff: 51 lines (+22/-1)2 files modifiedSimple/CalcKeyboard.qml (+1/-1)
Simple/SimplePage.qml (+21/-0)
Changed in ubuntu-calculator-app: | |
assignee: | nobody → Dalius Dobravolskas (dalius-sandbox) |
status: | New → In Progress |
importance: | Undecided → Medium |
milestone: | none → alpha-1 |
Changed in ubuntu-ux: | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Christina Li (christina-li) |
summary: |
- Swipe up should tear off the results strip + [Calculator app] Swipe up should tear off the results strip |
Changed in ubuntu-calculator-app: | |
status: | Fix Committed → Fix Released |
Changed in ubuntu-ux: | |
status: | Triaged → Fix Committed |
Changed in ubuntu-ux: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The only problems with this:
a) that's unpredictable. We will need to add help to calculator :-)
b) that's inconsistent. Currently history + numpad is single ListView: if you have many items in history you can swipe up and down to see what happens and how ListView works. Now it we will remove numpad from ListView (what's fixing of this bug requires) then we will need to implement custom behaviour here for scrolling that will look ugly most probably.