You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2020/01/08 10:01:45 UTC

[GitHub] [royale-asjs] pashminakazi opened a new issue #662: Restrict Property is working but we can Copy/paste the restricted text in textfield

pashminakazi opened a new issue #662: Restrict Property is working but we can Copy/paste the restricted text in textfield
URL: https://github.com/apache/royale-asjs/issues/662
 
 
   In dbzClearingAgentSetup Phone field is restricted to number so we can not type alphabets in phone number.But we are able to copy and paste alphabets in phone field which is incorrect.
   
   Project Details are :
   https://paste.apache.org/cpo8y
   Test case is available on VDI.
   Go to Import from Select in Menu
   Go to Import -> Clearing Agent from Setups in Menu
   File : com/dbz/modules/IMP/dbzClearingAgentSetup
   
   Video attachment : first part is of Flex,2nd part is of Royale.
   Check difference
   ![Restrict property copy paste](https://user-images.githubusercontent.com/42200979/71968903-897ceb00-3227-11ea-9a26-bf2ab1548688.gif)
   .mxml

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [royale-asjs] aharui closed issue #662: Restrict Property is working but we can Copy/paste the restricted text in textfield

Posted by GitBox <gi...@apache.org>.
aharui closed issue #662: Restrict Property is working but we can Copy/paste the restricted text in textfield
URL: https://github.com/apache/royale-asjs/issues/662
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [royale-asjs] pashminakazi commented on issue #662: Restrict Property is working but we can Copy/paste the restricted text in textfield

Posted by GitBox <gi...@apache.org>.
pashminakazi commented on issue #662: Restrict Property is working but we can Copy/paste the restricted text in textfield
URL: https://github.com/apache/royale-asjs/issues/662#issuecomment-572482783
 
 
   RestrictTextInputBead.js : https://paste.apache.org/myukk

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [royale-asjs] aharui commented on issue #662: Restrict Property is working but we can Copy/paste the restricted text in textfield

Posted by GitBox <gi...@apache.org>.
aharui commented on issue #662: Restrict Property is working but we can Copy/paste the restricted text in textfield
URL: https://github.com/apache/royale-asjs/issues/662#issuecomment-572476843
 
 
   Please verify that the RestrictTextInputBead.js you see in the debugger is the latest one.  It will have both a validateKeypress and a validateInput method.
   
   There has been too many occurrences of not getting the latest code.  I don't want to spend time on that just to find out the code has not been properly updated.  Plus, the VDI is still inaccessible to me.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [royale-asjs] pashminakazi commented on issue #662: Restrict Property is working but we can Copy/paste the restricted text in textfield

Posted by GitBox <gi...@apache.org>.
pashminakazi commented on issue #662: Restrict Property is working but we can Copy/paste the restricted text in textfield
URL: https://github.com/apache/royale-asjs/issues/662#issuecomment-572504845
 
 
   @aharui Thank u so much Its working now

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [royale-asjs] pashminakazi commented on issue #662: Restrict Property is working but we can Copy/paste the restricted text in textfield

Posted by GitBox <gi...@apache.org>.
pashminakazi commented on issue #662: Restrict Property is working but we can Copy/paste the restricted text in textfield
URL: https://github.com/apache/royale-asjs/issues/662#issuecomment-572402893
 
 
   @aharui thanks but still not working 
   ![Restrict Property issue still exist](https://user-images.githubusercontent.com/42200979/72041931-b6380d80-32ce-11ea-9e04-6ea066326c88.gif)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [royale-asjs] aharui closed issue #662: Restrict Property is working but we can Copy/paste the restricted text in textfield

Posted by GitBox <gi...@apache.org>.
aharui closed issue #662: Restrict Property is working but we can Copy/paste the restricted text in textfield
URL: https://github.com/apache/royale-asjs/issues/662
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [royale-asjs] pashminakazi opened a new issue #662: Restrict Property is working but we can Copy/paste the restricted text in textfield

Posted by GitBox <gi...@apache.org>.
pashminakazi opened a new issue #662: Restrict Property is working but we can Copy/paste the restricted text in textfield
URL: https://github.com/apache/royale-asjs/issues/662
 
 
   In dbzClearingAgentSetup Phone field is restricted to number so we can not type alphabets in phone number.But we are able to copy and paste alphabets in phone field which is incorrect.
   
   Project Details are :
   https://paste.apache.org/cpo8y
   Test case is available on VDI.
   Go to Import from Select in Menu
   Go to Import -> Clearing Agent from Setups in Menu
   File : com/dbz/modules/IMP/dbzClearingAgentSetup
   
   Video attachment : first part is of Flex,2nd part is of Royale.
   Check difference
   ![Restrict property copy paste](https://user-images.githubusercontent.com/42200979/71968903-897ceb00-3227-11ea-9a26-bf2ab1548688.gif)
   .mxml

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services