Merge branch 'develop' into feature/browser-event

* develop:
  Made the text values of Tables consistant. Fixed merging when span is after a 
table. These changes should be back-ported to the original TLF as well.
  Added code to test menu change, for some reason this doesn't work yet.
  Make mdl Menu a basic List to allow for change event, and for reading 
selectedItem
  AccordionCollapseBead can use the same fix.
  Forgot to fix the SWF side.
  Fixed other notifiers
  Better RTE safety with less code. :-)
  This appears to be inoperative. I believe this change is correct, but it 
really needs a test.
  TileLayout in JS should match SWF
  Make flash work with mouse wheel, JS side should be fixed to expose delta as 
well
  Added mouseWheel and doubleClick


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/473f9df1
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/473f9df1
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/473f9df1

Branch: refs/heads/feature/amf
Commit: 473f9df13d1995b82c308366da90c2ebb0ef4e86
Parents: 93ff285 397cfc1
Author: Harbs <[email protected]>
Authored: Tue Jul 25 20:38:16 2017 +0300
Committer: Harbs <[email protected]>
Committed: Tue Jul 25 20:38:16 2017 +0300

----------------------------------------------------------------------
 .../flexjs/MDLExample/src/main/flex/Menus.mxml  | 10 ++-
 .../main/flex/org/apache/flex/core/UIBase.as    | 47 +++++++++----
 .../flex/html/beads/AccordionCollapseBead.as    |  6 +-
 .../html/beads/DataProviderChangeNotifier.as    | 12 ++--
 .../DataProviderCollectionChangeNotifier.as     | 12 ++--
 .../beads/DataProviderItemsChangeNotifier.as    | 12 ++--
 .../flex/org/apache/flex/html/beads/ListView.as | 70 +++++++++-----------
 .../flex/html/beads/layouts/TileLayout.as       |  4 +-
 .../org/apache/flex/events/ElementEvents.as     |  6 +-
 .../flex/events/utils/MouseEventConverter.as    |  9 +--
 .../src/main/flex/org/apache/flex/mdl/Menu.as   |  6 +-
 .../src/main/resources/defaults.css             |  5 ++
 .../textLayout/elements/ParagraphElement.as     |  2 +-
 .../flex/textLayout/elements/SpanElement.as     |  4 +-
 .../flex/textLayout/elements/TableElement.as    |  8 +++
 15 files changed, 124 insertions(+), 89 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/473f9df1/frameworks/projects/Core/src/main/flex/org/apache/flex/events/utils/MouseEventConverter.as
----------------------------------------------------------------------

Reply via email to