lin-ycv / EverythingPowerToys

Everything search plugin for PowerToys Run
Eclipse Public License 2.0
2.21k stars 58 forks source link

[BUG] UI glitch occurs if the input filename is longer than search box #28

Closed airium closed 1 year ago

airium commented 1 year ago

Describe the bug UI glitch occurs if the input filename is longer than search box.

To Reproduce When the input filename is shorter than the search box, the completion suggestion works fine: img1

However once the filename exceeds the length of the search box, auto-completion text is positioned incorrectly and interleave with search text, making the text difficult to read: img2

Expected behavior

  1. the auto-completion text should be placed correctly - a fix is expected.
  2. or add a toggle allowing the user to enable/disable auto-completion from Everything Plugin.

Logs (please upload or provide link to you log): Log should not matter.

Version (please provide the version of software you are using):

Additional context Everything Plugin 0.56.2 or earlier version has no such issue as these old versions provides no auto-completion.

lin-ycv commented 1 year ago

There's not much I can do here, it's not a plugin specific issue, but a PowerToys Run issue, this also happens when not using this plugin image

I do not have control over how PTR does autocompletion, I recommend you to raise this issue on PowerToys Repo

airium commented 1 year ago

Thank you for the explanation. I thought so.