Closed
Bug 796709
Opened 13 years ago
Closed 13 years ago
[Calculator] Pressing "." after operator should add a "0" in front of the "."
Categories
(Boot2Gecko Graveyard :: Gaia::Calculator, defect)
Boot2Gecko Graveyard
Gaia::Calculator
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: ghtobz, Unassigned)
Details
[GitHub issue by alexstyl on 2012-09-22T11:54:27Z, https://github.com/mozilla-b2g/gaia/issues/5059]
Steps to reproduce:
1. Open calculator app
2. Press "1"
3. Press "+" (or any other operator)
4. Press "."
What happens:
The result is "1+."
What should happen:
The result should be "1+0."
Comment 1•13 years ago
|
||
I resolve this bug as fixed. As you can see on the github issue 5059, there is a pull request which is already merged.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Gaia → Gaia::Calculator
Whiteboard: [label:calculator]
Assignee | ||
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
•