nextcloud / twofactor_gateway

🔑 Second factor provider using an external messaging gateway (SMS, Telegram, Signal)
GNU Affero General Public License v3.0
109 stars 62 forks source link

Internet Explorer does not show all options in web frontend #284

Open itverwaltung opened 4 years ago

itverwaltung commented 4 years ago

Nextcloud Version 16.0.5 Two-Factor Gateway: Version 0.14.1

Internet Explorer 11 (Tested with 11.0.9600.19504) does not show the necessary options in the gui (Security) to link an user's nc account and a sms device. Only the header of the function is shown.

The Internet Explorer Console gives this: grafik

Please let me know if more info is needed.

Kind regards

Alex

ChristophWurst commented 4 years ago

Are you familiar with JS development? We need a change like https://github.com/nextcloud/mail/commit/8a1702ddbb13ff21a338bafba975819185d213f6 to make it compatible, I think.

itverwaltung commented 4 years ago

I don't have any knowledge in JS, sorry. Our government will prepare to switch from Internet Explorer to Firefox. The amount of sites not working in IE is growing every day...

I would not spend to much effort in supporting Internet Explorerany more. It's like riding a dead horse.

ChristophWurst commented 4 years ago

Okay, no problem.

We're in the lucky situation that we don't write the code for the browser directly, but run it through a compiler. Hence it's not even that hard to make something compatible with ie11.

I'll keep this ticket open if anyone else wants to pick this up.

itverwaltung commented 4 years ago

Thanks for your effort.