Closed
Bug 805182
Opened 12 years ago
Closed 12 years ago
[calculator] typing digits after obtaining result should start from scratch, not add digits
Categories
(Boot2Gecko Graveyard :: Gaia::Calculator, defect)
Boot2Gecko Graveyard
Gaia::Calculator
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: wenzel, Assigned: davidwalsh)
Details
(Keywords: b2g-testdriver, unagi, Whiteboard: interaction, UX-P3)
Attachments
(1 file)
STR:
- calculate something, like 10 * 10
- press "=", result is 100
- type something else, like a 2
Actual:
the 2 is appended to the result, you now see "1002"
Expected:
since you just saw a result, it should just clear before applying the keypress, thus only showing "2".
Note that you can keep calculating with the intermediary result, but you need to press an operator first.
Reporter | ||
Updated•12 years ago
|
Severity: enhancement → minor
Updated•12 years ago
|
Component: Gaia → Gaia::Calculator
Comment 1•12 years ago
|
||
If it's an easy fix we should fix this before release.
Priority: -- → P2
Whiteboard: interaction
Updated•12 years ago
|
Priority: P2 → --
Whiteboard: interaction → interaction, UX-P2
Updated•12 years ago
|
Whiteboard: interaction, UX-P2 → interaction, UX-P3
Comment 2•12 years ago
|
||
Pointer to Github pull-request
Comment 3•12 years ago
|
||
Comment on attachment 689832 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/6895
Doing the attachment dance on :davidwalsh's behalf, not sure who to r? though
Comment 4•12 years ago
|
||
Comment on attachment 689832 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/6895
Dale should be able to review
Attachment #689832 -
Flags: review?(dale)
Comment 5•12 years ago
|
||
Comment on attachment 689832 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/6895
Stealing review so we can go for faster turn-around. After review you will still need approval-gaia-master.
Attachment #689832 -
Flags: review?(dale) → review?(jlal)
Comment 6•12 years ago
|
||
Comment on attachment 689832 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/6895
NOTE: If blocking-basecamp+ is set, just land it for now.
[Approval Request Comment]
Bug caused by (feature/regressing bug #):
User impact if declined:
Testing completed:
Risk to taking this patch (and alternatives if risky):
Attachment #689832 -
Flags: approval-gaia-master?(21)
Updated•12 years ago
|
Attachment #689832 -
Flags: review?(jlal) → review+
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → dwalsh
Comment 7•12 years ago
|
||
Comment on attachment 689832 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/6895
Calculator is dead.
Attachment #689832 -
Flags: approval-gaia-master?(21)
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
Updated•12 years ago
|
Product: Boot2Gecko → Boot2Gecko Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•