aharui commented on issue #608: SVG Overflow is visible In PickList
URL: https://github.com/apache/royale-asjs/issues/608#issuecomment-562312779
 
 
   PickList_Simple.mxml has an rbSelectedHandler with a comment that says it is 
run when the module is loaded that should filter the DG.  When it is run, the 
ArrayCollection is empty so I suspect this code is running too soon.
   
   However, the rbSelectedHandler is coded to act on a "selectedChange" event 
which does not exist in Flex RadioButton.  So it seems like this code has been 
changed for Royale.
   
   It is also possible that the Flex code relied on timing of creationComplete 
vs the server response.  That is generally an unsafe thing to rely on.  When 
the server responds that is when the filter should be applied, but on line 105 
of handleResult, the filtering is commented out.
   
   Without knowing what the original Flex code did, i don't know if there are 
issues in the Royale SDK that need to be addressed or not.  If you can identify 
incorrect SDK behavior (other than timing between creationComplete and server 
response then describe that in detail and I can investigate that.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to