You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2019/02/15 05:53:09 UTC

[royale-asjs] branch develop updated (54951f9 -> 67bd539)

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.


    from 54951f9  fix an isue with filtering combobox that given a previous selection in the cmb was preventing a new selection when the user deleted some character in the text input
     new e0abd2c  fix keyboard event handling in emulation.  Emulation will use mixedCase event names because folks may be using that string without a constant in old code
     new 67bd539  wire up FocusEvents in emulation.  Fixes #395

The 8635 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:
 .../src/main/royale/mx/core/Application.as         |  8 +++
 .../src/main/royale/mx/core/UIComponent.as         | 20 ++++++++
 .../src/main/royale/mx/events/FocusEvent.as        | 25 ++++++++-
 .../src/main/royale/mx/events/KeyboardEvent.as     |  7 ++-
 .../royale/mx/events/utils/FocusEventConverter.as} | 59 ++++++++++------------
 .../mx/events/utils/KeyboardEventConverter.as      |  2 +
 6 files changed, 85 insertions(+), 36 deletions(-)
 copy frameworks/projects/{MaterialDesignLite/src/main/royale/org/apache/royale/mdl/beads/ListItemPrimaryContent.as => MXRoyale/src/main/royale/mx/events/utils/FocusEventConverter.as} (60%)