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

avm1: Support MovieClip.tabChildren #15580

Merged
merged 2 commits into from Mar 29, 2024

Commits on Mar 29, 2024

  1. avm1: Support MovieClip.tabChildren

    The property `MovieClip.tabChildren` allows changing the behavior of
    tab ordering hierarchically. When set to `false`, it excludes the whole
    subtree represented by the movie clip from tab ordering.
    kjarosh authored and adrian17 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    0169bbc View commit details
    Browse the repository at this point in the history
  2. tests: Add tab_ordering_children test

    This test verifies the behavior of `tabChildren`: how it affects
    automatic and custom tabbing, and how it behaves in a hierarchy.
    kjarosh authored and adrian17 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    c86daed View commit details
    Browse the repository at this point in the history