Closed Bug 965004 Opened 10 years ago Closed 10 years ago

[B2G][Calculator] Tapping the buttons is zooming in the calculator screen

Categories

(Tech Evangelism Graveyard :: English US, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(b2g18 unaffected, b2g-v1.2 unaffected, b2g-v1.3 affected)

RESOLVED WONTFIX
Tracking Status
b2g18 --- unaffected
b2g-v1.2 --- unaffected
b2g-v1.3 --- affected

People

(Reporter: sarsenyev, Unassigned)

Details

(Whiteboard: dogfood1.3)

Attachments

(1 file, 1 obsolete file)

1.05 MB, audio/ogg
Details
Attached audio videobug12814.ogg
Description:
After launching the "Calculator" by Alex Theedom downloaded from Marketplace, the screen zooms in when tapping the buttons

Repro Steps:
1) Updated Buri to BuildID: 20140127004002
2) Download "Calculator" by Alex Theedom from "Marketplace"
3) Launch the calculator app
4) Press random buttons

Actual:
The screen is increased

Expected:
The screen stays the same, when buttons are touched

Environmental Variables:
Device: Buri 1.3 MOZ
BuildID: 20140127004002
Gaia: 25a45a836a4a21a30f63fa7b544b42e8b781180a
Gecko: c40099a42c1f
Version: 28.0a2
Firmware Version: v1.2-device.cfg

Notes:
Repro frequency: 100%
See attached: video clip
The issue doesn't reproduce on 1.2 and 1.1
Blocks: gaia-apzc
blocking-b2g: --- → 1.3?
Component: General → Panning and Zooming
Product: Firefox OS → Core
Version: unspecified → 28 Branch
Sounds like they just need to add a viewport meta tag. Something like:

<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1">
Yeah this sounds like an evangelism issue. I downloaded the app and can reproduce but I can't find the index.html for the app so I can't see if they are setting a viewport tag or not.
(In reply to Kartikaya Gupta (email:kats@mozilla.com) from comment #3)
> Yeah this sounds like an evangelism issue. I downloaded the app and can
> reproduce but I can't find the index.html for the app so I can't see if they
> are setting a viewport tag or not.

Not an evangelism issue - Mozilla owns the code for the Calculator app. See https://github.com/mozilla/Calculator. Index.html is here - https://github.com/mozilla/calculator/blob/master/app/index.html.
Attached file Pull request (obsolete) —
Attachment #8367048 - Flags: review?(nick)
Not sure which calculator was the one in the video, but it's not the one that I wrote.
The first comment references this [0], while the calculator patch is for is [1].

[0]: https://marketplace.firefox.com/app/easy-calculator
[1]: https://marketplace.firefox.com/app/calculator-2
Attachment #8367048 - Attachment is obsolete: true
That makes sense, and the calculator your wrote actually seems to work on with APZ :)

Seems like this is confirmed to be an evangelism bug then.
Assignee: nobody → english-us
Component: Panning and Zooming → English US
Product: Core → Tech Evangelism
Version: 28 Branch → unspecified
Sorry, my bad - referenced the wrong calculator. Confirmed it's an evangelism bug - the meta viewport being used here allows zooming in & out:

<meta name="viewport" content="width=device-width">

From http://atheedom.github.io/easy-calculator/server/web/index.html.
blocking-b2g: 1.3? → ---
Keywords: regression
Also - this isn't a partner app, so this is WONT FIX for evangelism.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: