Skip to content

E2E keyboardShortcuts/index.mjs -> selectAll(page) Linux selection should be normalized #4665

Description

@zurfyx

This is incorrect

selection.setBaseAndExtent(
        rootElement,
        0,
        rootElement,
        rootElement.childNodes.length,
      );

It should be normalized accordingly, parent offset on element or child offset on text

Metadata

Metadata

Assignees

No one assigned

    Labels

    infra-bugAn issue that doesn't affect external users

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions