-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
[Dialog] Closed on browser back button #8983
Comments
andrewseguin
changed the title
Dialog box is getting close while click on the browser backbutton, Can we avoid this?
[Dialog] Closed on browser back button
Dec 15, 2017
andrewseguin
added
the
P4
A relatively minor issue that is not relevant to core functions
label
Dec 15, 2017
jelbourn
added
feature
This issue represents a new feature or feature request rather than a bug or bug fix
P5
The team acknowledges the request but does not plan to address it, it remains open for discussion
and removed
P4
A relatively minor issue that is not relevant to core functions
labels
Dec 15, 2017
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Dec 17, 2017
Allows consumers to opt out of the functionality that closes all of the open dialogs when going backwards/forwards in history. Fixes angular#8983.
This was referenced Dec 17, 2017
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Dec 27, 2017
Allows consumers to opt out of the functionality that closes all of the open dialogs when going backwards/forwards in history. Fixes angular#8983.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Jan 5, 2018
Allows consumers to opt out of the functionality that closes all of the open dialogs when going backwards/forwards in history. Fixes angular#8983.
jelbourn
pushed a commit
that referenced
this issue
Jan 8, 2018
Allows consumers to opt out of the functionality that closes all of the open dialogs when going backwards/forwards in history. Fixes #8983.
tinayuangao
pushed a commit
that referenced
this issue
Jan 10, 2018
Allows consumers to opt out of the functionality that closes all of the open dialogs when going backwards/forwards in history. Fixes #8983.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug, feature request, or proposal:
Dialog box is getting close while click on the browser back button, Can we avoid this?
What is the expected behavior?
Popup should not be close while clicking on the browser backbutton
What is the current behavior?
I want to do some functionality in the elements inside the popup while clicking on the browser back button. Now the popup is getting close.
What are the steps to reproduce?
Providing a StackBlitz/Plunker (or similar) is the best way to get the team to see your issue.
Plunker starter (using on
@master
): https://goo.gl/uDmqyYStackBlitz starter (using latest
npm
release): https://goo.gl/wwnhMVWhat is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: