greg-dove commented on issue #904:
URL: https://github.com/apache/royale-asjs/issues/904#issuecomment-687548077


   I looked into this quickly today, but I could not repro the issue yet.
   My test was simply to paste your code into a new GridCell in Tour De Jewel 
DataGridPlayGround.mxml, like so:
   ```
   <j:GridCell desktopNumerator="1" desktopDenominator="2" tabletNumerator="1" 
tabletDenominator="2" phoneNumerator="1" phoneDenominator="1">
        <j:Card>
                <j:CardPrimaryContent>
                        <j:DataGrid>
                                <j:columns>
                                        <j:DataGridColumn label="Test"/>
                                </j:columns>
                        </j:DataGrid>
                </j:CardPrimaryContent>
        </j:Card>
   </j:GridCell>
   ```
   
   I tested the above in debug build of Tour de Jewel, and did not see the 
problem yet. I will come back to it tomorrow or the following day and 
investigate more. I am not using nightly build, I am using my local Royale 
build, so I will try to see if there is any difference there too.
   
   


----------------------------------------------------------------
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]


Reply via email to