Skip to content

[Screen Reader]: screen reader does not read values sent to LED display #7061

Description

The scenario here is simple. The values (numbers, strings, icons) send to the LED display are not read out by the screen reader, even when focus is on the simulator.

  1. Consider the following program:
input.onButtonPressed(Button.A, function() {
    basic.showString("Hello!")
})
  1. Turn on your favorite screen reader.

  2. Press the A button in the microbit simulator. See that the micro:bit display scrolls the string "Hello!"

  3. Note that the screen reader does nothing.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions