Skip to content

Known Bugs

Iuga Alexandru edited this page Mar 21, 2022 · 1 revision

Windows 10 Console "bugs"

Prerequisite:

  • Create a .NET Framework console application.

Steps:

  • Change the background color
  • Write one line with spaces (doesn't have to be a full line)
  • Change the background color back to its original value.
  • Resize the Console Window.

Expected:

  • The empty line should keep its background colors.

Actual:

  • The empty line looses its background color and it is repainted with the console's background color.

Note: This behavior is not reproducible in Ubuntu.

Actual (Ubuntu):

  • the length of the empty line is kept and wrapped around when windows is resized.