Open DinMon opened 3 months ago
This is the built-in inline hint of Powertoys Run, which will appear in any plugin.
This is its normal behavior:
This is another plugin with the same behavior:
We should report this issue to Powertoys.
The issue has already been raised in Powertoys: https://github.com/microsoft/PowerToys/issues/13554
I have tried using Everything PowerToys, there is does not happen because they are not returning the result list every call but using ‘yield’ for the execution.
On Mon, 5 Aug 2024 at 3:18 PM, Riri @.***> wrote:
The issue has already been raised in Powertoys: microsoft/PowerToys#13554 https://github.com/microsoft/PowerToys/issues/13554
— Reply to this email directly, view it on GitHub https://github.com/Daydreamer-riri/PowerToys-Run-WebSearchShortcut/issues/25#issuecomment-2268193255, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGJCYJ7PBQJHJDFX5AZUV3LZP4DJ5AVCNFSM6AAAAABLODZ2B6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENRYGE4TGMRVGU . You are receiving this because you authored the thread.Message ID: <Daydreamer-riri/PowerToys-Run-WebSearchShortcut/issues/25/2268193255@ github.com>
This is mainly due to the incorrect position of the hint text in powertoys run itself. You can find this in any plugin that has set the QueryTextDisplay
field and supports long text input, such as the built-in:
The issue at https://github.com/microsoft/PowerToys/issues/13554 is still open, which might indicate that this issue is not a high priority.
When performing quick and short searches, the WebSearchShortcut extension functions correctly. However, when typing longer prompts, such as those intended for the Perplexity.ai website, the text input field exhibits significant issues. Specifically, the text flashes, jitters, and at times, characters overlap, making it difficult to compose the prompt accurately.
Steps to Reproduce:
Expected Behavior:
The text input should remain stable and characters should not overlap, regardless of the length of the prompt being typed.
Actual Behavior:
Additional Information: