You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Microsoft Edge (latest version) no textboxes are rendered with values. The log shows SCRIPT5009: 'TextDecoder' is not defined. Looks like the polyfill which is used here does not work properly.
return new (TextDecoder || TextEncoderLite)(encoding).decode(bytes);
Edit:
Maybe I should express that with textboxes I mean boxes for changing the values (of a key).
Apologies for the delay in coming back to you! Firstly thanks for submitting the bug report! Secondly I've added a fix that addresses this in Edge, and therefore it should be in our next release once the above PR is merged.
Overview of the Issue
When using Microsoft Edge (latest version) no textboxes are rendered with values. The log shows
SCRIPT5009: 'TextDecoder' is not defined
. Looks like the polyfill which is used here does not work properly.Edit:
Maybe I should express that with textboxes I mean boxes for changing the values (of a key).
Reproduction Steps
Steps to reproduce this issue, eg:
Consul info for both Client and Server
Client info
Server info
Operating system and Environment details
Linux(Server), Windows 10 Edge (Client)
Default environment.
Log Fragments
The text was updated successfully, but these errors were encountered: