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

No text rendered in telescope popup #199

Closed
raghur opened this issue Sep 8, 2021 · 11 comments
Closed

No text rendered in telescope popup #199

raghur opened this issue Sep 8, 2021 · 11 comments

Comments

@raghur
Copy link

raghur commented Sep 8, 2021

So upgraded to latest and telescope no longer shows any text

2021-09-08_0926

reverting to 0.2.349+9f6430d-43-g646a86f and all seems to be well. I also tried 0.2.392+g646a86f-20-g3b521db - but that has the same problem too.

Is there anything I should try? or do I need any additional config?

Env: KDE Neon 5.22 (Ubuntu 20.04), Nvidia drivers

@yatli
Copy link
Owner

yatli commented Sep 9, 2021

noted, thanks!
I've also encountered this today with coc.nvim.

@yatli
Copy link
Owner

yatli commented Sep 9, 2021

Are you saying that this problem also exists in 0.2.x? Then it's not related to the new multigrid (and will be easier to debug!)
Turning on FVimFontDrawBounds reveals that no text rendering is done in the floating window:

image

@yatli
Copy link
Owner

yatli commented Sep 10, 2021

It should exist in 0.2.x if you're running with multigrid.
Confirmed it's a z-order issue.

@yatli yatli closed this as completed in f48ac0e Sep 10, 2021
@citizen428
Copy link

citizen428 commented Nov 6, 2021

@yatli I still seem to have this issue with v0.3.489+g98c4036 (W11, installed via Scoop and Ubuntu)
image

@yatli
Copy link
Owner

yatli commented Nov 7, 2021

uh oh here we go again. reopening.

@yatli yatli reopened this Nov 7, 2021
@13k
Copy link

13k commented Feb 15, 2022

Same here.

OS: Fedora Linux 35 x86_64
Kernel: 5.16.8-200.fc35.x86_64
DE: KDE Plasma 5.23.5
WM: kwin (Wayland)
GPU: AMD Navi 21, driver: amdgpu

20220215-171327

FVimFontDrawBounds v:true:

20220215-172117

There's text where arrow is pointing to.

@TheLazyLemur
Copy link

TheLazyLemur commented Mar 7, 2022

I can confirm that I have this same issue when running Neovim 0.7 on both Ubuntu and Windows.

OS: Windows
GPU: AMD Radeon

&

OS: Ubuntu 21.10
Kernel: 5.13.0-30-generic
DE: I3 WM
GPU: Nvidia gtx 1060

@yatli
Copy link
Owner

yatli commented Mar 12, 2022

To begin attacking this bug, I'll prepare a version that draws the z index of each window. Please attach pictures so I can identify the problem.

@yatli
Copy link
Owner

yatli commented Mar 14, 2022

image

I don't know... This conflicts with the current logic:

  • Sort by z-order
  • Tie = sort by creation seq

Clearly, the content is being wiped out by the outer frame.

@yatli yatli closed this as completed in 2c1625b Mar 14, 2022
@yatli
Copy link
Owner

yatli commented Mar 14, 2022

2c1625b?diff=unified#diff-279af2dd9ccff73c764c6abc2f3f81d266fdda9428638a0f6be7bf9f4030c62cL838-R838

Me cannot sort. 😅

@yatli
Copy link
Owner

yatli commented Mar 14, 2022

With corrected z-order and creation sequence sorting:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants