From 579f88d4e7c0a408f1ea5e26e8d15565ab260517 Mon Sep 17 00:00:00 2001 From: Kazuki Matsumoto <1132081+karasusan@users.noreply.github.com> Date: Thu, 12 Jan 2023 09:30:48 +0900 Subject: [PATCH] fix: Add autocomplete attribute into input elements to avoid issue of "disabled" attribute on Firefox (#834) * wip (cherry picked from commit f73792b9c689bac448c1a85ce4db2b21ccdf5187) * set autocomplete attribute for firefox * add null check * fix --- WebApp/client/public/bidirectional/index.html | 23 ++++++++++--------- WebApp/client/public/bidirectional/js/main.js | 12 ++++++---- WebApp/client/public/multiplay/index.html | 6 ++--- WebApp/client/public/multiplay/js/main.js | 4 +++- WebApp/client/public/receiver/index.html | 8 +++---- WebApp/client/src/peer.js | 2 +- WebApp/client/src/renderstreaming.js | 10 ++++++++ 7 files changed, 40 insertions(+), 25 deletions(-) diff --git a/WebApp/client/public/bidirectional/index.html b/WebApp/client/public/bidirectional/index.html index e275d5b06..7881ab586 100644 --- a/WebApp/client/public/bidirectional/index.html +++ b/WebApp/client/public/bidirectional/index.html @@ -16,23 +16,24 @@