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

Conversation

kjarosh
Copy link
Contributor

@kjarosh kjarosh commented Mar 14, 2024

Related to #5443. Improves coverage for AVM1: #263.

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.

@danielhjacobs danielhjacobs added avm1 AVM1 (ActionScript 1.0 and 2.0) issues input Issues relating to user input in Flash content labels Mar 22, 2024
@kjarosh kjarosh marked this pull request as ready for review March 26, 2024 23:54
@danielhjacobs danielhjacobs added the waiting-on-review Waiting on review from a Ruffle team member label Mar 27, 2024
core/src/focus_tracker.rs Show resolved Hide resolved
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.
This test verifies the behavior of `tabChildren`: how it affects
automatic and custom tabbing, and how it behaves in a hierarchy.
@adrian17 adrian17 enabled auto-merge (rebase) March 29, 2024 23:03
@adrian17 adrian17 merged commit d0e2483 into ruffle-rs:master Mar 29, 2024
16 checks passed
@kjarosh kjarosh deleted the tab-ordering-children branch March 29, 2024 23:26
@Lord-McSweeney Lord-McSweeney removed the waiting-on-review Waiting on review from a Ruffle team member label Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
avm1 AVM1 (ActionScript 1.0 and 2.0) issues input Issues relating to user input in Flash content
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

None yet

4 participants