This is an automated email from the ASF dual-hosted git repository.
aharui pushed a change to branch feature/MXRoyale
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from bc1076a Removed reference to IDE image.
new e6629b7 FocusManager is needed to run tests because fake mouse clicks
won't set focus
new be05e5a implement support for FocusManager
new 2d863e6 add FocusManager to MXRoyale
new fdc7151 handle FocusManager in TextInput
new 870c75b MX TextInput starts out null
new 52b2694 need NonNullTextModel in SWC
new 35da1e0 TextInput tests
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
build.xml | 3 +-
.../projects/Basic/src/main/royale/BasicClasses.as | 1 +
.../MXRoyale/src/main/resources/defaults.css | 2 +-
.../MXRoyale/src/main/royale/MXRoyaleClasses.as | 1 +
.../src/main/royale/mx/controls/TextInput.as | 6 +-
.../src/main/royale/mx/core/Application.as | 6 +-
.../MXRoyale/src/main/royale/mx/core/Container.as | 6 +-
.../MXRoyale/src/main/royale/mx/core/ITextInput.as | 4 +-
.../src/main/royale/mx/core/UIComponent.as | 216 +-
.../src/main/royale/mx/managers/FocusManager.as | 2388 ++++++++++++++++++++
.../royale/mx/managers/IActiveWindowManager.as | 100 +
.../IFocusManagerComplexComponent.as} | 51 +-
.../royale/mx/managers/IFocusManagerComponent.as | 193 ++
.../royale/mx/managers/IFocusManagerContainer.as | 129 ++
.../IToolTip.as => managers/IFocusManagerGroup.as} | 42 +-
.../tests/mxtests/basicTests/BasicTests-config.xml | 2 +-
mustella/tests/mxtests/basicTests/BasicTests.mxml | 4 +-
.../halo/scripts/TextInputTestScript.mxml | 4 +-
.../basicTests/halo/views/TextInputTests.mxml | 2 +-
19 files changed, 3088 insertions(+), 72 deletions(-)
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/managers/FocusManager.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/managers/IActiveWindowManager.as
copy frameworks/projects/MXRoyale/src/main/royale/mx/{core/IToolTip.as =>
managers/IFocusManagerComplexComponent.as} (59%)
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/managers/IFocusManagerComponent.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/managers/IFocusManagerContainer.as
copy frameworks/projects/MXRoyale/src/main/royale/mx/{core/IToolTip.as =>
managers/IFocusManagerGroup.as} (65%)
--
To stop receiving notification emails like this one, please contact
[email protected].