[jira] [Created] (FLEX-35251) FlexJS error when trying to set a complex CSS rule

2017-01-25 Thread Carlos Rovira (JIRA)
Carlos Rovira created FLEX-35251:


 Summary: FlexJS error when trying to set a complex CSS rule
 Key: FLEX-35251
 URL: https://issues.apache.org/jira/browse/FLEX-35251
 Project: Apache Flex
  Issue Type: Bug
  Components: FalconJX
Affects Versions: Apache FalconJX 0.7.0
Reporter: Carlos Rovira


{{monoespaciado}}
table.tableSection tr>td:last-child {
/* removing fraction of width i.e 2% to align the tbody columns with 
thead columns. */
/* It is must as we need to consider the tbody scroll width too */
/* if the width is in pixels, then (width - 18px) would be enough */
width: 31%;
}
/** for older browsers (IE8), if you know number of columns in your table 
**/
table.tableSection tr>td:first-child + td + td {
width : 31%;
}
{{monoespaciado}}

/Users/carlosrovira/Dev/Flex/source/flexjs/flex-asjs/examples/flexjs/MDLExample/src/main/flex/App.mxml]
Unexpected exception 'java.util.NoSuchElementException'.
/Users/carlosrovira/Dev/Flex/source/flexjs/flex-asjs/examples/flexjs/MDLExample/src/main/flex/App.mxml
 Internal error in ABC generator subsystem, when generating code for: 
/Users/carlosrovira/Dev/Flex/source/flexjs/flex-asjs/examples/flexjs/MDLExample/src/main/flex/App.mxml:
 java.util.NoSuchElementException: can't look backwards more than one token in 
this stream
at org.antlr.runtime.misc.LookaheadStream.LB(LookaheadStream.java:159)
at org.antlr.runtime.misc.LookaheadStream.LT(LookaheadStream.java:120)
at 
org.antlr.runtime.RecognitionException.extractInformationFromTreeNodeStream(RecognitionException.java:144)
at 
org.antlr.runtime.RecognitionException.(RecognitionException.java:111)
at 
org.antlr.runtime.MismatchedTreeNodeException.(MismatchedTreeNodeException.java:42)
at 
org.antlr.runtime.tree.TreeParser.recoverFromMismatchedToken(TreeParser.java:135)
at org.antlr.runtime.BaseRecognizer.match(BaseRecognizer.java:115)
at 
org.apache.flex.compiler.internal.css.CSSTree.declarationsBlock(CSSTree.java:1722)
at 
org.apache.flex.compiler.internal.css.CSSTree.ruleset(CSSTree.java:783)
at 
org.apache.flex.compiler.internal.css.CSSTree.stylesheet(CSSTree.java:286)
at 
org.apache.flex.compiler.internal.css.CSSDocument.parse(CSSDocument.java:81)
at 
org.apache.flex.compiler.internal.tree.mxml.MXMLStyleNode.getCSSDocument(MXMLStyleNode.java:88)
at 
org.apache.flex.compiler.internal.as.codegen.MXMLClassDirectiveProcessor.processMXMLStyle(MXMLClassDirectiveProcessor.java:4253)
at 
org.apache.flex.compiler.internal.as.codegen.MXMLClassDirectiveProcessor.processNode(MXMLClassDirectiveProcessor.java:987)
at 
org.apache.flex.compiler.internal.as.codegen.MXMLClassDirectiveProcessor.traverse(MXMLClassDirectiveProcessor.java:861)
at 
org.apache.flex.compiler.internal.as.codegen.MXMLClassDirectiveProcessor.traverse(MXMLClassDirectiveProcessor.java:831)
at 
org.apache.flex.compiler.internal.as.codegen.MXMLClassDirectiveProcessor.processMainClassDefinitionNode(MXMLClassDirectiveProcessor.java:653)
at 
org.apache.flex.compiler.internal.as.codegen.GlobalDirectiveProcessor.declareMXMLDocument(GlobalDirectiveProcessor.java:518)
at 
org.apache.flex.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProcessor.java:232)
at 
org.apache.flex.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcessor.java:188)
at 
org.apache.flex.compiler.internal.as.codegen.ABCGenerator.generate(ABCGenerator.java:122)
at 
org.apache.flex.compiler.internal.units.MXMLCompilationUnit.handleABCBytesRequest(MXMLCompilationUnit.java:199)
at 
org.apache.flex.compiler.internal.units.CompilationUnitBase.processABCBytesRequest(CompilationUnitBase.java:873)
at 
org.apache.flex.compiler.internal.units.CompilationUnitBase.access$300(CompilationUnitBase.java:108)
at 
org.apache.flex.compiler.internal.units.CompilationUnitBase$4$1.call(CompilationUnitBase.java:310)
at 
org.apache.flex.compiler.internal.units.CompilationUnitBase$4$1.call(CompilationUnitBase.java:306)
at 
org.apache.flex.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:228)
at 
org.apache.flex.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:222)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] 

[jira] [Created] (FLEX-35245) toString method is already in place for a new object

2017-01-14 Thread Carlos Rovira (JIRA)
Carlos Rovira created FLEX-35245:


 Summary: toString method is already in place for a new object
 Key: FLEX-35245
 URL: https://issues.apache.org/jira/browse/FLEX-35245
 Project: Apache Flex
  Issue Type: Bug
  Components: FlexJS
Affects Versions: Apache FlexJS 0.8.0
 Environment: macOS Sierra
Reporter: Carlos Rovira


If you create a class and try to attach a method toString with some vars, 
compiler said:

Incorrect number of arguments.  Expected no more than 0
   var str:String = ObjectUtil.toString(value);

This is because FlexJS think the new class has already a toString() method, but 
that's not true since the class does not extend anything



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (FLEX-35218) FlexJS Errors unable to debug

2016-12-14 Thread Carlos Rovira (JIRA)
Carlos Rovira created FLEX-35218:


 Summary: FlexJS Errors unable to debug
 Key: FLEX-35218
 URL: https://issues.apache.org/jira/browse/FLEX-35218
 Project: Apache Flex
  Issue Type: Bug
  Components: Falcon, FlexJS
Affects Versions: Apache FlexJS 0.8.0, Apache FalconJX 0.8.0
 Environment: macOs Sierra
Reporter: Carlos Rovira


Sometimes changes in a library SWC makes the example projects unable to build 
(at least with maven, don't test that with ANT).

For example I created TextNode.as. 

In line 75 a remove the current line

-textNode.nodeValue = text; 

and added:

+var e:HTMLElement = textNode.parentNode;
+e.innerHTML = text;

If you compile now HTML.SWC (with MAVEN, but I think ANT will throw the same), 
it would be ok (BUILD SUCCESS)

Then If you try to build a example (i.e: ASDoc, MDLExample) it build fail with 
and error that doesn't gives you any clue about the problem. An example is:

[INFO] Scanning for projects...
[INFO]
  `,;':,:';;;  
 `:;''';' `++'';;, 
 :;'''++;'   .+'+''';;;
  :  ;''''' ,';+++''';'
  ,. `,  ,. ..: , `,`'''+++##;'',  ;;'+#+++
 ; ; ; ;; ;`: :,: ; ;;'+++;  #;:::+  +++'':
 ; ; : ;; ;., : : ;. ;;++#';;+   .+++; 
 `;: :; `;: :;: , :;` +;+#,;;;:;:;#+', 
  ;:'++  :;+,; ++;#+;::;,+;;:  
 ++,'++  `++'   +'''`   ;::,   +:;;:   
`+++.   '++++  +++   +++ '   ;:   :
+++`'++    +++` `++: :'';;;   ;::`   : 
+++ '++  +++'  :++: +++ +++   ;':: 
+++ '++  +++++' `+`   ;;:  .:` 
+++ '++  +++:::+++.  +;;;  ,:  
+++ '++  +   :+++';;;  ,:  
+++'''  '++  +++;;;:`+;;`  ::. 
+++ '++  ++++++ +++   ;::: 
+++ :++.    `  :++, ,++; ''';;.   `..:   ;`
+++  ++'  +++  +++   +++:''';,:   ;
;++` +++   ++ +++ +++  .+';+:,,:   `';;;   
 ++'  `+'''::,:::';;'  
 :++  #;''+:::,,,.'':; 
 ';;''   '   ,';;:.
 ''`;+;;::`  .::;;'.,':
`::;;;''':;;   `;;;'';;
 :::;;;'';:  ;;';:;
 ,:::;;;',',::`
  .:::;:.  ;:;;::: 
   ::;, `,;;`  
[INFO] 
[INFO] 
[INFO] Building Apache Flex - FlexJS: Examples: FlexJS: MDLExample 
0.8.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ MDLExample ---
[INFO] Deleting 
/Users/carlosrovira/Dev/Flex/source/flexjs/flex-asjs/examples/flexjs/MDLExample/target
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ MDLExample ---
[INFO] 
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ 
MDLExample ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- flexjs-maven-plugin:0.8.0-SNAPSHOT:compile-app (default-compile-app) 
@ MDLExample ---
[INFO] Executing MXMLC in tool group Falcon with args: 
[-load-config=/Users/carlosrovira/Dev/Flex/source/flexjs/flex-asjs/examples/flexjs/MDLExample/target/compile-app-flash-config.xml,
 -compiler.exclude-defaults-css-files=HTML-0.8.0-SNAPSHOT.swc:defaults.css, 
/Users/carlosrovira/Dev/Flex/source/flexjs/flex-asjs/examples/flexjs/MDLExample/src/main/flex/App.mxml]
Loading configuration: 
/Users/carlosrovira/Dev/Flex/source/flexjs/flex-asjs/examples/flexjs/MDLExample/target/compile-app-flash-config.xml
/Users/carlosrovira/Dev/Flex/source/flexjs/flex-asjs/examples/flexjs/MDLExample/src/main/flex/App.mxml(38):
 col: 2 Warning: The CSS type selector 'Image' was not processed, because the 
type was 

[jira] [Commented] (FLEX-35171) CSS color RGB not set in component

2016-12-11 Thread Carlos Rovira (JIRA)

[ 
https://issues.apache.org/jira/browse/FLEX-35171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15740236#comment-15740236
 ] 

Carlos Rovira commented on FLEX-35171:
--

Hi Alex,

this case gives error:

.demo-card-event > .mdl-card__title > h4 {
  margin-top: 0;
}


outputs

[INFO] Executing MXMLC in tool group FlexJS with args: 
[-load-config=/Users/carlosrovira/Dev/Flex/source/flexjs/flex-asjs/examples/flexjs/MDLExample/target/compile-app-javascript-config.xml,
 -compiler.exclude-defaults-css-files=HTML-0.8.0-SNAPSHOT.swc:defaults.css, 
/Users/carlosrovira/Dev/Flex/source/flexjs/flex-asjs/examples/flexjs/MDLExample/src/main/flex/App.mxml]
/Users/carlosrovira/Dev/Flex/source/flexjs/flex-asjs/examples/flexjs/MDLExample/src/main/flex/App.mxml(118):
 col: 38 'h4' is not defined.
[INFO] 
[INFO] BUILD FAILURE
[INFO] 

> CSS color RGB not set in component
> --
>
> Key: FLEX-35171
> URL: https://issues.apache.org/jira/browse/FLEX-35171
> Project: Apache Flex
>  Issue Type: Bug
>  Components: FlexJS
>Affects Versions: Apache FlexJS 0.8.0
> Environment: Mac OS X Sierra
>Reporter: Carlos Rovira
>Assignee: Alex Harui
> Fix For: Apache FalconJX 0.8.0
>
>
> I want to set a color:#fff
> If I put in a css class external selector, this is not applied (but rest of 
> rules works ok).
> If I put in inline style, this is working ok.
> If you want to see the code is in MDLExample, App.mxml line 117:
> .<-- I need to 
> set the color here to get text inside this component white, if not it gets 
> black
> The css style is mdl-styles.css
> .cardTitle
> {
>   color: #fff; <--- this rule is not working
>   height: 176px;
> }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Reopened] (FLEX-35171) CSS color RGB not set in component

2016-12-11 Thread Carlos Rovira (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-35171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carlos Rovira reopened FLEX-35171:
--

I put a comment for the reason

> CSS color RGB not set in component
> --
>
> Key: FLEX-35171
> URL: https://issues.apache.org/jira/browse/FLEX-35171
> Project: Apache Flex
>  Issue Type: Bug
>  Components: FlexJS
>Affects Versions: Apache FlexJS 0.8.0
> Environment: Mac OS X Sierra
>Reporter: Carlos Rovira
>Assignee: Alex Harui
> Fix For: Apache FalconJX 0.8.0
>
>
> I want to set a color:#fff
> If I put in a css class external selector, this is not applied (but rest of 
> rules works ok).
> If I put in inline style, this is working ok.
> If you want to see the code is in MDLExample, App.mxml line 117:
> .<-- I need to 
> set the color here to get text inside this component white, if not it gets 
> black
> The css style is mdl-styles.css
> .cardTitle
> {
>   color: #fff; <--- this rule is not working
>   height: 176px;
> }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FLEX-35171) CSS color RGB not set in component

2016-11-24 Thread Carlos Rovira (JIRA)

[ 
https://issues.apache.org/jira/browse/FLEX-35171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15692975#comment-15692975
 ] 

Carlos Rovira commented on FLEX-35171:
--

Hi Alex,
just saw you started fixing the descendant selector. I commit a test in 
MDLExample to help the fixing.
There's two Cards with CSS descendant selector. Right now only one is appearing 
but the other not (or sometimes change the image from one to another. 

Hope that helps to find the right fix

> CSS color RGB not set in component
> --
>
> Key: FLEX-35171
> URL: https://issues.apache.org/jira/browse/FLEX-35171
> Project: Apache Flex
>  Issue Type: Bug
>  Components: FlexJS
>Affects Versions: Apache FlexJS 0.8.0
> Environment: Mac OS X Sierra
>Reporter: Carlos Rovira
>Assignee: Alex Harui
>
> I want to set a color:#fff
> If I put in a css class external selector, this is not applied (but rest of 
> rules works ok).
> If I put in inline style, this is working ok.
> If you want to see the code is in MDLExample, App.mxml line 117:
> .<-- I need to 
> set the color here to get text inside this component white, if not it gets 
> black
> The css style is mdl-styles.css
> .cardTitle
> {
>   color: #fff; <--- this rule is not working
>   height: 176px;
> }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FLEX-35171) CSS color RGB not set in component

2016-11-22 Thread Carlos Rovira (JIRA)

[ 
https://issues.apache.org/jira/browse/FLEX-35171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15688044#comment-15688044
 ] 

Carlos Rovira commented on FLEX-35171:
--

Hi Alex,

this is from example in this page: 
https://getmdl.io/components/index.html#cards-section

in the example from the web:

.demo-card-wide > .mdl-card__title {
  color: #fff;
  height: 176px;
  background: url('../assets/demos/welcome_card.jpg') center / cover;
}


Welcome
  

mdl-card__title is a basic MDL selector for title, and in the example the black 
color is overwrited by the custom color white.

So if I try to write css like in the example FlexJS return this:

.demo-card-wide .mdl-card__title>CHILD {
color : #fff ;
background : url('assets/welcome_card.jpg') center / cover ;
height : 176px ;
}

I think that output states clearly a bug, although maybe the original 
explanation was not the real problem

> CSS color RGB not set in component
> --
>
> Key: FLEX-35171
> URL: https://issues.apache.org/jira/browse/FLEX-35171
> Project: Apache Flex
>  Issue Type: Bug
>  Components: FlexJS
>Affects Versions: Apache FlexJS 0.8.0
> Environment: Mac OS X Sierra
>Reporter: Carlos Rovira
>Assignee: Alex Harui
>
> I want to set a color:#fff
> If I put in a css class external selector, this is not applied (but rest of 
> rules works ok).
> If I put in inline style, this is working ok.
> If you want to see the code is in MDLExample, App.mxml line 117:
> .<-- I need to 
> set the color here to get text inside this component white, if not it gets 
> black
> The css style is mdl-styles.css
> .cardTitle
> {
>   color: #fff; <--- this rule is not working
>   height: 176px;
> }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (FLEX-35180) Allowed HTML in components

2016-11-22 Thread Carlos Rovira (JIRA)
Carlos Rovira created FLEX-35180:


 Summary: Allowed HTML in components
 Key: FLEX-35180
 URL: https://issues.apache.org/jira/browse/FLEX-35180
 Project: Apache Flex
  Issue Type: Bug
  Components: FlexJS
Affects Versions: Apache FlexJS 0.8.0
 Environment: macOS Sierra
Reporter: Carlos Rovira


The way FlexJS deal with HTML is not standardized and not working properly. We 
need to make it work in general

>From the thread in flexjs mailing list:

So anyway, what should work is in-line xhtml as the value of the html
property.  IOW a plain text label should look like the following MXML:

  

AFAIK, Button (and not js, only mdl) is the only control that allows "text" has 
default property, but others not... maybe text based controls should do this as 
well but not html. The example above works, and even you can declare as:


plain text label


For a simple html label, you should be able to do:

  

This is not allowed (I tried even including some CDATA around, but not compile 
with or without internal html tags

And this should also work, with or without [DefaultProperty]


  

  My Fancy Button
  With this label

  

This not works but this is ok:


 My Fancy Button
 

but only one tag as root, If append for example a  this will fail



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (FLEX-35179) When extend a class, an import for the class is required

2016-11-22 Thread Carlos Rovira (JIRA)
Carlos Rovira created FLEX-35179:


 Summary: When extend a class, an import for the class is required
 Key: FLEX-35179
 URL: https://issues.apache.org/jira/browse/FLEX-35179
 Project: Apache Flex
  Issue Type: Bug
  Components: FalconJX
Affects Versions: Apache FalconJX 0.8.0
 Environment: macOs Sierra
Reporter: Carlos Rovira


If you try to extend a FlexJS class (i.e: List) you should do it like this_

public class List extends org.apache.flex.html.List

but compiler fails reporting that there's missing import

The workaround is add:

 import org.apache.flex.html.List;

But this should not be required





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FLEX-34149) Next features/bugs for spark MaskedTextInput experimental component

2014-03-17 Thread Carlos Rovira (JIRA)

[ 
https://issues.apache.org/jira/browse/FLEX-34149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13937577#comment-13937577
 ] 

Carlos Rovira commented on FLEX-34149:
--

Thanks for pointing, I wasn't aware of that feature. I'll create subtask as I 
give some slice.

 Next features/bugs for spark MaskedTextInput experimental component
 ---

 Key: FLEX-34149
 URL: https://issues.apache.org/jira/browse/FLEX-34149
 Project: Apache Flex
  Issue Type: Improvement
  Components: Spark Components
Affects Versions: Apache Flex 4.12.0
Reporter: Carlos Rovira
Assignee: Carlos Rovira
Priority: Minor
  Labels: maskedtextinput

 After the release of Flex SDK 4.12 with the new MaskedTextInput component 
 there's some issues and improvements to take into account. This ticket is a 
 placeholder to list all of them:
 1) Mobile support. Right now the component is based on TextOperationEvent not 
 supported in mobile. So we need to remove this dependency and get it working 
 for both mobile and desktop
 2) In Actual version,  when different constraint patterns are applied (i.e: 
 ### @@@), when user remove chars this makes some chars occupy invalid 
 positions. This only can be solved maintaining the slots where chars exits 
 and avoid dragging chars as user removes some of them, so replacing with 
 blanks.
 3) Actually there's no support for direction LTR (left to right).
 4) Support for regex complex patterns  (i.e: for dates, be able to express 
 numbers restrictions to avoid the user to enter numbers that could not be 
 days, months, or years...)
 If there's more issues or features to take into account we can update this 
 ticket to log the needs.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Created] (FLEX-34149) Next features/bugs for spark MaskedTextInput experimental component

2014-03-16 Thread Carlos Rovira (JIRA)
Carlos Rovira created FLEX-34149:


 Summary: Next features/bugs for spark MaskedTextInput experimental 
component
 Key: FLEX-34149
 URL: https://issues.apache.org/jira/browse/FLEX-34149
 Project: Apache Flex
  Issue Type: Improvement
  Components: Spark Components
Affects Versions: Apache Flex 4.12.0
Reporter: Carlos Rovira
Assignee: Carlos Rovira
Priority: Minor


After the release of Flex SDK 4.12 with the new MaskedTextInput component 
there's some issues and improvements to take into account. This ticket is a 
placeholder to list all of them:

1) Mobile support. Right now the component is based on TextOperationEvent not 
supported in mobile. So we need to remove this dependency and get it working 
for both mobile and desktop

2) In Actual version,  when different constraint patterns are applied (i.e: ### 
@@@), when user remove chars this makes some chars occupy invalid positions. 
This only can be solved maintaining the slots where chars exits and avoid 
dragging chars as user removes some of them, so replacing with blanks.

3) Actually there's no support for direction LTR (left to right).

4) Support for regex complex patterns  (i.e: for dates, be able to express 
numbers restrictions to avoid the user to enter numbers that could not be days, 
months, or years...)

If there's more issues or features to take into account we can update this 
ticket to log the needs.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (FLEX-34149) Next features/bugs for spark MaskedTextInput experimental component

2014-03-16 Thread Carlos Rovira (JIRA)

[ 
https://issues.apache.org/jira/browse/FLEX-34149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13937371#comment-13937371
 ] 

Carlos Rovira commented on FLEX-34149:
--

Right now I'm evaluating to make points 1 and 2, since 1 will lead to some 
refactorings and make 2 working in the new implementation. Make the reverse 
will be more complicated since I'll need to work twice.

3 y 4 are logged in this ticket for referral, but I don't have plans at this 
time since there's other work in SDK that I want to pursue.

 Next features/bugs for spark MaskedTextInput experimental component
 ---

 Key: FLEX-34149
 URL: https://issues.apache.org/jira/browse/FLEX-34149
 Project: Apache Flex
  Issue Type: Improvement
  Components: Spark Components
Affects Versions: Apache Flex 4.12.0
Reporter: Carlos Rovira
Assignee: Carlos Rovira
Priority: Minor
  Labels: maskedtextinput

 After the release of Flex SDK 4.12 with the new MaskedTextInput component 
 there's some issues and improvements to take into account. This ticket is a 
 placeholder to list all of them:
 1) Mobile support. Right now the component is based on TextOperationEvent not 
 supported in mobile. So we need to remove this dependency and get it working 
 for both mobile and desktop
 2) In Actual version,  when different constraint patterns are applied (i.e: 
 ### @@@), when user remove chars this makes some chars occupy invalid 
 positions. This only can be solved maintaining the slots where chars exits 
 and avoid dragging chars as user removes some of them, so replacing with 
 blanks.
 3) Actually there's no support for direction LTR (left to right).
 4) Support for regex complex patterns  (i.e: for dates, be able to express 
 numbers restrictions to avoid the user to enter numbers that could not be 
 days, months, or years...)
 If there's more issues or features to take into account we can update this 
 ticket to log the needs.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Created] (FLEX-34053) Create a new MaskedTextInput Component

2014-01-21 Thread Carlos Rovira (JIRA)
Carlos Rovira created FLEX-34053:


 Summary: Create a new MaskedTextInput Component
 Key: FLEX-34053
 URL: https://issues.apache.org/jira/browse/FLEX-34053
 Project: Apache Flex
  Issue Type: Improvement
  Components: Spark Components
Affects Versions: Apache Flex 4.12.0
Reporter: Carlos Rovira
Assignee: Carlos Rovira
Priority: Minor


Apache Flex needs a maskedtextinput component as discussed in this thread

http://apache-flex-development.247.n4.nabble.com/New-Flex-MaskedTextInput-Spark-Component-td33148.html

The new component was discussed in the list and now is at a decent shape to 
make a first commit in the experimental library so it can evolve and tested in 
a this final step.

The component is not ready for some scenarios like mobile, but this will left 
for future enhancements



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Resolved] (FLEX-34053) Create a new MaskedTextInput Component

2014-01-21 Thread Carlos Rovira (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-34053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carlos Rovira resolved FLEX-34053.
--

   Resolution: Implemented
Fix Version/s: Apache Flex 4.12.0

 Create a new MaskedTextInput Component
 --

 Key: FLEX-34053
 URL: https://issues.apache.org/jira/browse/FLEX-34053
 Project: Apache Flex
  Issue Type: Improvement
  Components: Spark Components
Affects Versions: Apache Flex 4.12.0
Reporter: Carlos Rovira
Assignee: Carlos Rovira
Priority: Minor
 Fix For: Apache Flex 4.12.0


 Apache Flex needs a maskedtextinput component as discussed in this thread
 http://apache-flex-development.247.n4.nabble.com/New-Flex-MaskedTextInput-Spark-Component-td33148.html
 The new component was discussed in the list and now is at a decent shape to 
 make a first commit in the experimental library so it can evolve and tested 
 in a this final step.
 The component is not ready for some scenarios like mobile, but this will left 
 for future enhancements



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)