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

edge and firefox dialog not responding to input and submit #99

Closed
lepatlamass opened this issue Mar 18, 2016 · 5 comments
Closed

edge and firefox dialog not responding to input and submit #99

lepatlamass opened this issue Mar 18, 2016 · 5 comments

Comments

@lepatlamass
Copy link

can't input text and submit form with edge and firefox 45 have already corrected the positioning but can't figure out what is wrong on the input and submit.please stuck in a project with mdl really need help in to this issue thanks.

@mkc188
Copy link

mkc188 commented Mar 24, 2016

same issue here +1

@samthor
Copy link
Contributor

samthor commented Mar 24, 2016

Hey there, can you check out this repo and load this file in Firefox and Edge?

https://github.com/GoogleChrome/dialog-polyfill/blob/master/tests/form.html

In Firefox, which I've tested, I can focus on the input fine and submit the form. Can you provide sample code as to what's not working for you?

@madwill
Copy link

madwill commented Apr 20, 2016

I have had the same problem.

Somehow in firefox a "_dialog_overlay" gets over everything and prevent mouse input by capturing events.

Really have no idea what this does. But surprizingly if you remove it with simple

._dialog_overlay{
display:none;
}

Then the whole thing works normally. Perhaps it has to do with this :
7f8b3cc
Perhaps not.

Point is display none until further notice for me.

Thank you all

@noopole
Copy link

noopole commented Jul 26, 2016

I experienced the same beaviour because my dialog was place inside a div with a style with {position:fixed}, which make the dialog's z-index (100002) relative and therefore not recovering the _dialog_overlay.

@samthor
Copy link
Contributor

samthor commented Jan 24, 2017

Closing this as it's related to incorrect use of stacking context. We now warn if you're making a mistake, and also are more permissive, so incorrect usage might still work: #131

@samthor samthor closed this as completed Jan 24, 2017
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

No branches or pull requests

5 participants