question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Flicker with inline suggestions

See original GitHub issue
Version: 1.67.0-insider
Commit: 909602cf04e0fa42528d692676d0d4e15e67bba2

I could only get this repro with these very specific steps:

  • duplicate line down at line 48 in src/vs/editor/test/common/services/modelService.test.ts
  • select modelService
  • type out instantiationService
  • press cmd+/ (notice that something weird begins to happen because Mock now shows)
  • do cursor right and cursor left (notice the flicker on cursor right)

https://user-images.githubusercontent.com/5047891/161239402-171243b9-6ad0-4af6-b78a-7f63748cc93f.mp4

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:2
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
jriekencommented, Apr 13, 2022

This is the flicker at ~0:14. I looks like inline suggest shows out of sync with the cursor, note the : between the ghost text and the cursor. @hediet I am not reproducing this anymore and I wonder if this is fixed in the meantime?

Screenshot 2022-04-13 at 11 36 38
1reaction
jriekencommented, Apr 6, 2022

Our conclusion was to only trigger inline suggest when the cursor moves because of typing, similar to quick suggest

Read more comments on GitHub >

github_iconTop Results From Across the Web

knockout.js mouseover flicker with bound inline elements
Using knockout.js, I have mouseover and mouseout events on a containing <div> . The handlers toggle boolean observables. Within the <div> is a...
Read more >
Dealing with flickers/FOUC - Elementor
Learn everything about Dealing with flickers/FOUC in this article from ... Define the CSS Print Method to be inline instead of using external...
Read more >
Create Campaigns with Zero Flicker
Create or edit a campaign · Create or edit an inline message (Zero Flicker only works with inline messages) · Click · On...
Read more >
Inline Content Recommendations - PathforaJS SDK
Pathfora also supports "fill in the blank" style inline content recommendations. ... you may see a flicker of html elements when the page...
Read more >
implement change blindness flicker paradigm - Google Groups
FlickerLoopLabel in front of your flicker stimuli, and some inline ... To create the task, I used the advice above to set up...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found