You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by gi...@git.apache.org on 2017/10/09 07:15:36 UTC

[GitHub] justinmclean opened a new issue #22: DateChooser with no width or percentage width messes up when clicking on next or previous month buttons

justinmclean opened a new issue #22: DateChooser with no width or percentage width messes up when clicking on next or previous month buttons
URL: https://github.com/apache/royale-asjs/issues/22
 
 
   When clicking on the previous or next month buttons A DateChooser rows become messed up like so:
   ![2017-10-09_18-13-24](https://user-images.githubusercontent.com/144504/31327892-c3c139b0-ad1d-11e7-8867-175ef5e6fd3f.png)
   
   Sample code to reproduce:
   ```
   <?xml version="1.0" encoding="utf-8"?>
   <js:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:js="library://ns.apache.org/flexjs/basic">
   
       <js:valuesImpl>
           <js:SimpleCSSValuesImpl/>
       </js:valuesImpl>
   
       <js:initialView>
           <js:View>
               <js:Group id="content">
                   <js:beads>
                       <js:VerticalLayout />
                   </js:beads>
                   <js:DateChooser />
               </js:Group>
           </js:View>
       </js:initialView>
   
   </js:Application>
   ```
   
   
   
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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