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

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


    from 5a11ec0  jewel-list: fix item renderer height that can't go below 34px
     new 53dddc4  fix for: IE11 was not converting MouseEvents - fixes 'mouse 
coords from MouseEvents not consistent with other browsers, on IE11'.
     new 441661b  LookAlike was not correctly displaying in general case 
(emulation of BitmapData.draw dragSource, for example). Copying computedStyles 
fixes that.
     new 829f2b1  also disable pointerEvents when a control is disabled (Jewel)
     new 3792cef  minor changes only
     new e637fdc  Added a new (WIP) SimpleDraggableController, supported more 
variants with the regular DragDrop beads (light code addition).

The 5 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:
 .../royale/org/apache/royale/core/Lookalike.as     |  42 ++++-
 .../org/apache/royale/core/ElementWrapper.as       |  10 +-
 .../DragDrop/src/main/royale/DragDropClasses.as    |   2 +
 .../html/beads/SingleSelectionDragSourceBead.as    |  46 ++++-
 .../html/beads/controllers/DragMouseController.as  |  50 ++++-
 ...eController.as => SimpleDraggableController.as} | 206 ++++++++++++---------
 .../apache/royale/jewel/beads/controls/Disabled.as |   2 +
 .../jewel/beads/controls/textinput/Restrict.as     |  14 +-
 8 files changed, 273 insertions(+), 99 deletions(-)
 copy 
frameworks/projects/DragDrop/src/main/royale/org/apache/royale/html/beads/controllers/{DragMouseController.as
 => SimpleDraggableController.as} (65%)

Reply via email to