Closed
Bug 1320419
Opened 9 years ago
Closed 9 years ago
Buttons disabled after refreshing on WebRTC peer connection sample
Categories
(Core :: WebRTC, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 654072
People
(Reporter: subhrajyoti12, Unassigned)
Details
(Whiteboard: [testday-20161125])
Attachments
(1 file)
|
11.62 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0
Build ID: 20161124073320
Steps to reproduce:
1. Open the following URL
https://webrtc.github.io/samples/src/content/peerconnection/pc1/
2. Click on Start
3. Click Share Selected Devices in permissions
4. Click Call
5. Click Hang Up
6. Refresh page
Actual results:
All the 3 buttons ( Start, Call, Hang Up) are diabled
Expected results:
Start button should be clickable and should ask for the required permissions
| Reporter | ||
Updated•9 years ago
|
OS: Unspecified → Linux
Hardware: Unspecified → x86_64
Comment 1•9 years ago
|
||
Workaround: Click on the URL bar and press enter.
Updated•9 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Dupe of bug 1320615?
Comment 3•9 years ago
|
||
No, I have noticed this before, I am not sure if it is a problem or something else. I will ask later on IRC when everyone is on board.
Updated•9 years ago
|
Whiteboard: [testday-20161125]
Comment 4•9 years ago
|
||
Known issue. The JS code should explicitly set the disable state when it sets the default state of the other buttons.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•