Skip to content

[Dashboard] Output widget handle not passing the widget id to use with FocusWidget #1046

Description

@LAngelEG

Describe the bug
In a Dashboard project, enabling the "Output widget handle" in the TextInput should enable the widget ID to be passed to a FocusWidget; apparently it does not pass the widget handle, it passes something but not the widget ID; so FocusWidget cannot set focus on the TextInput.

To Reproduce
Steps to reproduce the behavior:

  1. On a TextInput widget toggle on the Output widget handle
  2. Connect it to FocusWidget input (widget type)
  3. Create an OnEvent action to trigger on "Page open", connect the event to the FocusWidget sequence input to set focus on the TextInput
Image

Expected behavior
The TextInput gets focus once the page loads. Instead, you get a "Widget not initialized" error.
Image

Screenshots
Screenshot of debug screen attached to illustrate the bug.

Desktop (please complete the following information):

  • OS: Windows 11

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions