Closed
Bug 978984
Opened 11 years ago
Closed 11 years ago
[MADAI][Camera] HUD and recording timer visible at same time
Categories
(Firefox OS Graveyard :: Gaia::Camera, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: justindarc, Assigned: justindarc)
References
Details
(Whiteboard: [branch-camera-new-features] [priority])
Attachments
(1 file, 2 obsolete files)
In dmarcos/camera-dev-rebased, the HUD and recording timer are both visible at the same time when recording a video (overlapping). The HUD should not be visible until recording has completed.
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → jdarcangelo
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8384870 -
Flags: review?(dmarcos)
Updated•11 years ago
|
Attachment #8384870 -
Flags: review?(dmarcos) → review+
| Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 2•11 years ago
|
||
Attachment #8385845 -
Flags: review?(dflanagan)
Comment 3•11 years ago
|
||
Attachment #8384870 -
Attachment is obsolete: true
Attachment #8385845 -
Attachment is obsolete: true
Attachment #8385845 -
Flags: review?(dflanagan)
Attachment #8386784 -
Flags: review?(dflanagan)
Comment 4•11 years ago
|
||
Resubmitted with fixed and added unit-tests.
Updated•11 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 5•11 years ago
|
||
Comment on attachment 8386784 [details] [review]
pull-request (camera-new-features)
I don't have any objection to this patch, but I don't understand how it works. I don't see any code to hide the hud when recording starts or to show the hud again when recording ends. Please double-check that this is actually the full patch that you intended for this bug.
Also: I'd suggest that it be merged in with 974102 so that we land the video timer functionality all at once.
Attachment #8386784 -
Flags: review?(dflanagan) → review+
Flags: needinfo?(jdarcangelo)
| Assignee | ||
Comment 6•11 years ago
|
||
The View.prototype has show()/hide()/toggle() implemented on it. This patch simply overrides the show() behavior to ensure that recording is not occurring. This is the full patch.
Flags: needinfo?(jdarcangelo)
Updated•11 years ago
|
Whiteboard: [branch-camera-new-features] [priority]
Comment 7•11 years ago
|
||
This has been fixed as part of bug 971086 that includes the recording timer as well. I close the bug. The PR attached is strange. I let wilson confirm that we're not missing anything
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Flags: needinfo?(wilsonpage)
Resolution: --- → FIXED
Comment 9•11 years ago
|
||
Issue appears fixed on the latest Buri 1.4 and 1.5 builds.
When recording with the camera, all HUD UI except for the stop button and the timer are hidden.
The HUD reappears when the stop button is tapped and the camera is no longer recording.
1.4 Environmental Variables:
Device: Buri
BuildID: 20140407000203
Gaia: 86de7fcce674ef6196d68e7e23552d219a3d72db
Gecko: 6e028297be14
Version: 30.0a2
Base Image: V1.2-device.cfg
1.5 Environmental Variables:
Device: Buri
BuildID: 20140407040202
Gaia: f1a98bfaa3ab2480945bd7018831fd56c61cdc24
Gecko: 5405d6f4e3c6
Version: 31.0a1
Base Image: V1.2-device.cfg
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•