The Web MIDI permission dialog is re-created over and over on midimonitor.com
Categories
(Core :: DOM: Device Interfaces, defect, P2)
Tracking
()
People
(Reporter: gsvelto, Unassigned)
References
Details
STR:
- Go to https://www.midimonitor.com/
- Click on the "Remember this decision" checkbox
The expected behavior is that the checkbox gets checked and one can proceed to click allow. What happens instead is that the "Remember this decision" checkbox gets cleared. The reason why this happens is that the dialog is being invisibly re-popped up over and over. What's happening underneath is that MIDIAccessManager::RequestMIDIAccess() is being called over and over in a loop. It's unclear why this happens, the page's code is obfuscated so it's hard to tell what it does. The same issue doesn't happen with Chrome so it's likely not down to the page's code.
Updated•4 years ago
|
| Reporter | ||
Comment 1•3 years ago
|
||
I just re-checked this and it's still a problem though one needs to adjust the permission code to reproduce since the permission prompt doesn't pop up by default anymore.
| Reporter | ||
Comment 2•3 years ago
|
||
This doesn't seem to be happening anymore, I get prompted for installing the add-on once and the rest of the workflow looks fine.
Description
•