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
I updated Auth0-lock to 11.7.0 from 11.6.1 but after updating it is not showing submit button in IE while working fine in Chrome and Firefox.
I checked the DOM and found that button is available but it has display: none CSS. There is no custom CSS which is applying display: none on it (P.S its working fine in chrome and firefox)
For reference see the attachment and the underlined CSS.
I noticed that submit button by default has display: none CSS in all browsers but after the widget loaded completely it dynamically changes to display: initial CSS, So the issue occurs only in IE that it is not changing the CSS dynamically once the widget is loaded completely.
I updated Auth0-lock to 11.7.0 from 11.6.1 but after updating it is not showing submit button in IE while working fine in Chrome and Firefox.
I checked the DOM and found that button is available but it has
display: none
CSS. There is no custom CSS which is applyingdisplay: none
on it (P.S its working fine in chrome and firefox)For reference see the attachment and the underlined CSS.
I noticed that submit button by default has
display: none
CSS in all browsers but after the widget loaded completely it dynamically changes todisplay: initial
CSS, So the issue occurs only in IE that it is not changing the CSS dynamically once the widget is loaded completely.Auth0-Lock: v11.7.0
Auth0-js: 9.6.0
React: 16.2.0
Browser: IE11
The text was updated successfully, but these errors were encountered: