You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2016/08/02 19:03:16 UTC

[09/10] git commit: [flex-asjs] [refs/heads/refactor-sprite] - hide TextFieldItemRenderer for now

hide TextFieldItemRenderer for now


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

Branch: refs/heads/refactor-sprite
Commit: 25e99901e83e7f4c54c8fbbe7651c8b78a732a9d
Parents: 3d1457f
Author: Alex Harui <ah...@apache.org>
Authored: Tue Aug 2 12:02:14 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Aug 2 12:02:14 2016 -0700

----------------------------------------------------------------------
 frameworks/projects/HTML/src/main/resources/defaults.css | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/25e99901/frameworks/projects/HTML/src/main/resources/defaults.css
----------------------------------------------------------------------
diff --git a/frameworks/projects/HTML/src/main/resources/defaults.css b/frameworks/projects/HTML/src/main/resources/defaults.css
index 51152e8..d853623 100644
--- a/frameworks/projects/HTML/src/main/resources/defaults.css
+++ b/frameworks/projects/HTML/src/main/resources/defaults.css
@@ -617,11 +617,13 @@ TextButton
     iMeasurementBead: ClassReference("org.apache.flex.html.beads.TextButtonMeasurementBead");
 }
 
+/*
 TextFieldItemRenderer
 {
     IBeadController: ClassReference("org.apache.flex.html.beads.controllers.ItemRendererMouseController");
     height: 16;
 }
+*/
 
 TextInput
 {