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

Error when pressing tab to navigate to other folders. #1355

Closed
andersonn-roberto opened this issue Feb 14, 2020 · 1 comment
Closed

Error when pressing tab to navigate to other folders. #1355

andersonn-roberto opened this issue Feb 14, 2020 · 1 comment

Comments

@andersonn-roberto
Copy link


Last 200 Keys:

 Enter
 c d Space s t a r Tab . i n Tab Enter
 c d Space . . Enter
 d o t n e t Space s n Backspace l n Space a d d Space t o Backspace Backspace s t a r Tab Tab d o Tab Enter
 UpArrow Backspace Backspace End Backspace Backspace Backspace Backspace i n f Tab Enter
 d o t n e t Space b u i l d Enter
 c d Space s t a r Tab Tab Tab Tab Tab Tab Tab Tab Space Tab Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace . a Tab Enter
 d o t n e t Space a d d Space r e f e r e n c e Space . . \ s t Tab D o Tab Tab

Exception:

System.ArgumentOutOfRangeException: The value must be greater than or equal to zero and less than the console's buffer size in that dimension.      Parameter name: top
Actual value was 32.
   at System.ConsolePal.SetCursorPosition(Int32 left, Int32 top)
   at Microsoft.PowerShell.PSConsoleReadLine.Menu.DrawMenu(Menu previousMenu, Boolean menuSelect)
   at Microsoft.PowerShell.PSConsoleReadLine.PossibleCompletionsImpl(CommandCompletion completions, Boolean menuSelect)
   at Microsoft.PowerShell.PSConsoleReadLine.CompleteImpl(Boolean menuSelect)
   at Microsoft.PowerShell.PSConsoleReadLine.Complete(Nullable`1 key, Object arg)
   at Microsoft.PowerShell.PSConsoleReadLine.ProcessOneKey(ConsoleKeyInfo key, Dictionary`2 dispatchTable, Boolean ignoreIfNoAction, Object arg)       at Microsoft.PowerShell.PSConsoleReadLine.InputLoop()
   at Microsoft.PowerShell.PSConsoleReadLine.ReadLine(Runspace runspace, EngineIntrinsics engineIntrinsics, CancellationToken cancellationToken)    ```
-----------------------------------------------------------------------
@ghost ghost added the Needs-Triage 🔍 It's a new issue that core contributor team needs to triage. label Feb 14, 2020
@daxian-dbw
Copy link
Member

From the bug report template:

The maintainer may close your issue without further explanation or engagement if:
- You delete this entire template and go your own path;

So, please follow the bug report template to provide environment data and repro steps the next time.

As for the exception you report here, check out the pinned issue #1306

@ghost ghost removed the Needs-Triage 🔍 It's a new issue that core contributor team needs to triage. label Feb 14, 2020
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

2 participants