Wrong popup position in WebStorm console in some cases #32
Replies: 7 comments 6 replies
-
Are you able to record a video of this happening and attach? |
Beta Was this translation helpful? Give feedback.
-
Also happens in PhpStorm, probably in all Jetbrains applications |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
same with me, macbook pro m3 max |
Beta Was this translation helpful? Give feedback.
-
Can confirm this is still happening on version 0.14.1 |
Beta Was this translation helpful? Give feedback.
-
ANother one on Mac OSX using Kitty as terminal. Not sure if the other mac user was using P10k, but looked like it. |
Beta Was this translation helpful? Give feedback.
-
@grant0417 - I'm seeing similar behavior with VSCodium (the open source version that VS Code is built off of). The bug itself seems to be independent from specific IDEs. I've seen some people report issues in JetBrains IDEs and Alacritty. I think the only difference is just where the dialog is rendering in VS Codium, it renders in the middle of page rather than in the bottom left corner like this issue reports. Ultimately, the common thread here is the dialog is not rendering near the CLI of choice (e.g. integrated terminal, IDE, etc.). I opened another discussion post around this. This appears to have been issue in Fig previously before it was ported as an AWS project. Here's the link: I'm wondering if a workaround could be to have a feature that allows the end user to override the coordinates where the autocomplete dialog renders? P.S. I'm wondering if the Mac M1 is a common denominator in the pattern of the rendering bug. Maybe something to dig into a little more. I'm on an M1 Max myself. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Checks
cw doctor
in the affected command line session and it didn't resolve my issuecw restart
and it didn't resolve my issueExpected behaviour
The suggestions popup follows the caret
Actual behaviour
The suggestions popup breaks and moves to left-bottom screen corner until window switch (or maybe some other actions)
Steps to reproduce
Environment
Beta Was this translation helpful? Give feedback.
All reactions