Skip to content

Fixes invisible cursor in long editor lines#8854

Merged
alexdima merged 1 commit intomicrosoft:masterfrom
kisstkondoros:fixforinvisiblecursor
Jul 14, 2016
Merged

Fixes invisible cursor in long editor lines#8854
alexdima merged 1 commit intomicrosoft:masterfrom
kisstkondoros:fixforinvisiblecursor

Conversation

@kisstkondoros
Copy link
Copy Markdown
Contributor

The problem lies somewhere in browser rendering optimization,
in case when the translate3d is turned off everything
works correctly.

fixes #8828

The problem lies somewhere in browser rendering optimization,
in case when the translate3d is turned off everything
works correctly.

fixes microsoft#8828
@mention-bot
Copy link
Copy Markdown

@kisstkondoros, thanks for your PR! By analyzing the annotation information on this pull request, we identified @alexandrudima and @egamma to be potential reviewers

@kisstkondoros
Copy link
Copy Markdown
Contributor Author

@alexandrudima FYI the issue was present also before the cursor animation refactor.

@alexdima
Copy link
Copy Markdown
Member

The root cause of #8828 we think was the interaction of mix-blend-mode: luminosity; from the tabs with translate3d from the cursors. As the cursors are now using CSS animations, I think it is fine to remove their own gpu layer.

@alexdima alexdima merged commit be85129 into microsoft:master Jul 14, 2016
@alexdima
Copy link
Copy Markdown
Member

Thank you!

@alexdima alexdima added this to the July 2016 milestone Jul 14, 2016
@kisstkondoros kisstkondoros deleted the fixforinvisiblecursor branch February 25, 2017 20:04
@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

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cursor invisible on long lines when scrolled horizontally

4 participants