Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not showing submit button after upgrading to 11.7.0 #1393

Closed
Sachin1678 opened this issue Jun 1, 2018 · 2 comments · Fixed by #1394
Closed

Not showing submit button after upgrading to 11.7.0 #1393

Sachin1678 opened this issue Jun 1, 2018 · 2 comments · Fixed by #1394

Comments

@Sachin1678
Copy link

Sachin1678 commented Jun 1, 2018

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.

untitled2

Auth0-Lock: v11.7.0
Auth0-js: 9.6.0
React: 16.2.0
Browser: IE11

@luisrudge
Copy link
Contributor

Thanks for reporting this. IE doesn't like display: 'initial', so I changed to block now. I'll release this fix shortly

@luisrudge
Copy link
Contributor

Released version 11.7.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants