Skip to content

Suggestion on page scrolling when entering focus mode #20847

@IzreelJames

Description

@IzreelJames

On the Hello world tutorial- part four: do more with strings, there's the last assigned task, regarding methods, to be completed by adding the following code into the text editor:

_string sayHello = "Hello World!";
_Console.WriteLine(sayHello);
sayHello = sayHello.Replace("Hello", "Greetings");
Console.WriteLine(sayHello);

Console.WriteLine(sayHello.ToUpper());
Console.WriteLine(sayHello.ToLower());__

However, when clicking the enter focus mode button, users are prevented from scrolling through text, back to the last paragraphs, to revisit the provided instructions regarding the task of applying methods.

Nevertheless, the inscription of the provided code onto a piece of paper before opening the text editor was my way of circumventing it.

My suggestion is to enable scrolling when the text editor is open for this task.


Document details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions