apache / apache/royale-asjs

No easy cross platform way to set or unset focus on a Button

Open
#93 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
ActionScript
Stars
380
Forks
120
PR merge metrics
No merged PRs in 30d

Description

There is no API or bead to set or unset focus on a Button.

You can do this in JS:
```
COMPILE::JS {
button.element.blur();
}
COMPILE::JS {
button.element.focus();
}
```

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue provides no file or test entry point. Start from the Button API and the shown JavaScript button.element.focus() and blur() calls, then inspect how Button behavior is implemented across supported platforms. Done means a documented cross-platform way to set and unset Button focus, with coverage for the supported targets.

Written by the indexing model from the issue text.

Assessment

Domain
frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.