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

Sticky Scroll: Rendering edge case when top line is visible #156566

Closed
alexdima opened this issue Jul 28, 2022 · 0 comments
Closed

Sticky Scroll: Rendering edge case when top line is visible #156566

alexdima opened this issue Jul 28, 2022 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug editor-sticky-scroll insiders-released Patch has been released in VS Code Insiders verified Verification succeeded
Milestone

Comments

@alexdima
Copy link
Member

alexdima commented Jul 28, 2022

  • open the following file (with a class definition on the first line)
  • when the scroll position is at the top of the file, it is unexpected that the widget appears
  • the widget should appear as soon as the line is scrolled up by 1px, but not when the line is completely visible
class X1 { // https://www.example.com
    public foo() {
    }
}

image

@alexdima alexdima added bug Issue identified by VS Code Team member as probable bug editor-sticky-scroll labels Jul 28, 2022
@alexdima alexdima added this to the July 2022 milestone Jul 28, 2022
@vscodenpa vscodenpa added the unreleased Patch has not yet been released in VS Code Insiders label Jul 28, 2022
@vscodenpa vscodenpa added insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Jul 29, 2022
@alexdima alexdima added the verified Verification succeeded label Jul 29, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Sep 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug editor-sticky-scroll insiders-released Patch has been released in VS Code Insiders verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants