Repository: flex-sdk
Updated Branches:
  refs/heads/develop df5f5b519 -> 908d2a2e6


FLEX-34941
The easiest solution is to make Validator.triggerHandler() protected, so that 
it can be overridden in a custom validator and the event object can be used.


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

Branch: refs/heads/develop
Commit: 909407197535d0a7a511bc900ce36df1695d7cff
Parents: df5f5b5
Author: Mihai Chira <[email protected]>
Authored: Wed Oct 21 12:30:20 2015 +0200
Committer: Mihai Chira <[email protected]>
Committed: Wed Oct 21 12:30:20 2015 +0200

----------------------------------------------------------------------
 frameworks/projects/framework/src/mx/validators/Validator.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/90940719/frameworks/projects/framework/src/mx/validators/Validator.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/src/mx/validators/Validator.as 
b/frameworks/projects/framework/src/mx/validators/Validator.as
index b311765..f087348 100644
--- a/frameworks/projects/framework/src/mx/validators/Validator.as
+++ b/frameworks/projects/framework/src/mx/validators/Validator.as
@@ -1171,7 +1171,7 @@ public class Validator extends EventDispatcher implements 
IMXMLObject,IValidator
     /**
      *  @private
      */
-    private function triggerHandler(event:Event):void
+    protected function triggerHandler(event:Event):void
     {
         validate();
     }

Reply via email to