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

fix(overlay): disposed overlays not removed from the key event stack #8226

Merged
merged 1 commit into from
Nov 21, 2017

Conversation

crisbeto
Copy link
Member

@crisbeto crisbeto commented Nov 3, 2017

Fixes overlays that are removed via dispose without being detached first not being removed from the stack inside the OverlayKeyboardDispatcher, causing them to block events for any subsequent overlays.

@crisbeto crisbeto requested a review from jelbourn as a code owner November 3, 2017 21:12
@googlebot googlebot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Nov 3, 2017
Copy link
Member

@jelbourn jelbourn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jelbourn jelbourn added pr: lgtm action: merge The PR is ready for merge by the caretaker and removed pr: needs review labels Nov 3, 2017
@crisbeto crisbeto force-pushed the overlay-dispose-key-events branch from ad2f52f to 0550aec Compare November 19, 2017 08:48
@crisbeto crisbeto force-pushed the overlay-dispose-key-events branch from 0550aec to 5d1f49c Compare November 20, 2017 18:23
@jelbourn
Copy link
Member

@crisbeto looks like there are some CI failures after rebasing- probably some conflict with an earlier PR. Will catch this one in a subsequent sync

@crisbeto
Copy link
Member Author

See #8559 @jelbourn.

@crisbeto crisbeto force-pushed the overlay-dispose-key-events branch from 5d1f49c to 1aa5f16 Compare November 20, 2017 19:07
Fixes overlays that are removed via `dispose` without being `detached` first not being removed from the stack inside the `OverlayKeyboardDispatcher`, causing them to block events for any subsequent overlays.
@crisbeto crisbeto force-pushed the overlay-dispose-key-events branch from 1aa5f16 to f64fb01 Compare November 20, 2017 20:36
@jelbourn jelbourn merged commit 461dfaf into angular:master Nov 21, 2017
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker cla: yes PR author has agreed to Google's Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants