Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: onChangeSelection not triggering on hidden tabbed frames #4709

Closed
jfranciscoap opened this issue Mar 1, 2024 · 0 comments · Fixed by #4810
Closed

[Bug]: onChangeSelection not triggering on hidden tabbed frames #4709

jfranciscoap opened this issue Mar 1, 2024 · 0 comments · Fixed by #4810
Assignees
Labels

Comments

@jfranciscoap
Copy link

Describe the Bug

If you have two frame5s, each with its own onChangeSelection link, and you dock them both one atop the other so that they're tabbable, only the visible frame will trigger the event. The other frame will not run the function and, thus, update

To Reproduce

  1. Create two frame5s with onChangeSelection functions that change their content
  2. Dock them both one atop the other so that they're tabbable
  3. Change the token selection
  4. The content of the visible frame should update correctly, while that of the hidden frame will not

Expected Behaviour

Both should update with an onChangeSelection, seeing as they're both open.

Screenshots

No response

MapTool Info

Version 1.14.3

Desktop

Windows

Additional Context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Merged
Development

Successfully merging a pull request may close this issue.

2 participants