aharui commented on issue #578: Selection of DateField is not working in 
Contractor Setup
URL: https://github.com/apache/royale-asjs/issues/578#issuecomment-561794155
 
 
   It appears that the logic in MaskedDateField and MaskedTextInput is 
corrupting the selected date.  I don't think it is an efficient use of my time 
to try to understand your logic.  If you put breakpoints on MaskedTextInput's 
updateDisplayList, you should be able to follow the corruption.  A correct 
selectedDate is formatted and passed into the MaskedTextInput's text setter.  
That calls bindable__set__text which calls updateDisplayList.    handle_input 
is called and that starts the corruption of the date and eventually a new 
corrupted string is passed to the text setter.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to