Skip to content

conhost VK_F4 regression #5033

@tamlin-mike

Description

@tamlin-mike

Environment

Windows 10.0.18363.592 (bug also present in some earlier build(s))

Steps to reproduce

  • cmd.exe
  • C:\>aaa bbb ccc ddd
  • Home, Ctrl-Right. Cursor should now be before the first 'b'.
  • F4, Space. 'bbb' gets deleted.

Expected behavior

Visual cursor position remains (i.e. now just before ' ccc').

Actual behavior

  1. Visual cursor position moves to EOL.
  2. To make it worse, the insertion-point still is where the caret was, If you now type 'x' command line goes from 'aaa ccc ddd' to 'aaa x ccc ddd', while the cursor remains at EOL!

Metadata

Metadata

Assignees

Labels

Area-CookedReadThe cmd.exe COOKED_READ handlingArea-InputRelated to input processing (key presses, mouse, etc.)Impact-CompatibilitySure don't work like it used to.In-PRThis issue has a related PRIssue-BugIt either shouldn't be doing this or needs an investigation.Needs-Tag-FixDoesn't match tag requirementsPriority-2A description (P2)Product-ConhostFor issues in the Console codebase

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions