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 #72587 suggestWidget no scroll on first open #73625

Conversation

arussellk
Copy link
Contributor

If the first time the suggestWidget was opened (ctrl+space) its
content vertically overflowed, it would not scroll. This commit fixes
suggestWidget so that it scrolls tall content even on first use.
The maxHeight must be set before scanDomNode checks clientHeight.

If the first time the suggestWidget was opened (ctrl+space) its
content vertically overflowed, it would not scroll. This commit fixes
suggestWidget so that it scrolls tall content even on first use.
The maxHeight must be set before scanDomNode checks clientHeight.
@jrieken jrieken assigned joaomoreno and unassigned jrieken May 14, 2019
@joaomoreno joaomoreno added this to the Backlog milestone May 15, 2019
@joaomoreno joaomoreno added the suggest IntelliSense, Auto Complete label May 15, 2019
@arussellk
Copy link
Contributor Author

@joaomoreno Is there anything else I should do on this PR?

@joaomoreno
Copy link
Member

joaomoreno commented Aug 8, 2019

Thanks! 🍻

cc @jrieken

@joaomoreno joaomoreno modified the milestones: Backlog, August 2019 Aug 8, 2019
@joaomoreno joaomoreno merged commit c894647 into microsoft:master Aug 8, 2019
@arussellk arussellk deleted the arussellk/72587/no-scrollbar-suggestions branch August 8, 2019 16:26
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
suggest IntelliSense, Auto Complete
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants