Closed
Bug 779047
Opened 13 years ago
Closed 10 years ago
Requesting access to take a picture, waiting, then closing the tab - picture is still taken from webcam (unexpected)
Categories
(Core :: WebRTC: Audio/Video, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jsmith, Unassigned)
References
Details
(Whiteboard: [getUserMedia], [blocking-gum-])
Steps:
1. Load https://people.mozilla.com/~anarayanan/gum_test.html in a tab
2. Select picture
3. Quickly close the tab before the picture is taken
Expected:
The camera on the user's hardware should not become active - the tab making the picture request is no longer active.
Actual:
The user's camera still turns on with the tab closed.
Reporter | ||
Comment 1•13 years ago
|
||
Looks like generally we always take a picture no matter what right after the mozGetUserMedia is made, even if it does not make sense to immediately take the picture.
Reporter | ||
Comment 2•13 years ago
|
||
Expected to be resolved by UI. Connect to UI bug.
Depends on: 748835
Reporter | ||
Comment 3•13 years ago
|
||
Not blocking due to comment 2. Will re-evaluate if the UI isn't sufficient to fix this problem.
Whiteboard: [getUserMedia], [blocking-gum-]
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•