Merge branch 'develop' into feature/spriteflexjs-refactor * develop: Use change method instead of value to update slider. Fixes track styling issues. Removed arbitrary hard-coded width for slider. Changed slider wrapper to div instead of p to remove the default bottom padding Fixed JIRA FLEX-35266 Slider positioner should not have the mdl classes. That causes an extra conatiner to be added. Added StyleNotifier to Container component as part of its default set in Express package. Updated SingleLineBorderWithChangeListenerBead to handle border style expression (e.g., "solid 3px yellow").
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/9f7908f9 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/9f7908f9 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/9f7908f9 Branch: refs/heads/feature/spriteflexjs-refactor Commit: 9f7908f98bc8663970ab678b9d63ffab839cf3b1 Parents: 5a72532 2659d5e Author: Carlos Rovira <[email protected]> Authored: Wed Feb 22 15:38:17 2017 +0100 Committer: Carlos Rovira <[email protected]> Committed: Wed Feb 22 15:38:17 2017 +0100 ---------------------------------------------------------------------- .../flex/org/apache/flex/express/Container.as | 18 ++++++++ .../Express/src/main/resources/defaults.css | 2 + .../SingleLineBorderWithChangeListenerBead.as | 20 ++++++++- .../src/main/flex/org/apache/flex/mdl/Slider.as | 11 ++--- .../apache/flex/mdl/beads/views/SliderView.as | 43 ++++++++++++-------- 5 files changed, 68 insertions(+), 26 deletions(-) ----------------------------------------------------------------------
