SolidSoft-Lda opened a new issue #904:
URL: https://github.com/apache/royale-asjs/issues/904


   After I upgrade to the last nightly build, I started to have the following 
error with a simple Jewel DataGrid use case.
   
   Isolated simple use case with a Jewel DataGrid:
   
       <j:DataGrid>
           <j:columns>
               <j:DataGridColumn label="Test"/>
           </j:columns>
       </j:DataGrid>
   
   Error in console:
   
   null: Uncaught TypeError: Cannot read property 'rowHeight' of null
   : org.apache.royale.jewel.beads.views.DataGridView.createLists @ 
/Users/hugo/Desktop/GC/bin/js-debug/org/apache/royale/jewel/beads/views/DataGridView.js:176:93
   org.apache.royale.jewel.beads.views.DataGridView.createChildren @ 
/Users/hugo/Desktop/GC/bin/js-debug/org/apache/royale/jewel/beads/views/DataGridView.js:103:10
   org.apache.royale.jewel.beads.views.DataGridView.set__strand @ 
/Users/hugo/Desktop/GC/bin/js-debug/org/apache/royale/jewel/beads/views/DataGridView.js:402:8
   org.apache.royale.core.ElementWrapper.addBead @ 
/Users/hugo/Desktop/GC/bin/js-debug/org/apache/royale/core/ElementWrapper.js:115:15
   org.apache.royale.core.HTMLElementWrapper.addBead @ 
/Users/hugo/Desktop/GC/bin/js-debug/org/apache/royale/core/HTMLElementWrapper.js:43:65
   org.apache.royale.core.UIBase.addBead @ 
/Users/hugo/Desktop/GC/bin/js-debug/org/apache/royale/core/UIBase.js:372:53
   org.apache.royale.utils.loadBeadFromValuesManager @ 
/Users/hugo/Desktop/GC/bin/js-debug/org/apache/royale/utils/loadBeadFromValuesManager.js:41:16
   org.apache.royale.core.UIBase.addedToParent @ 
/Users/hugo/Desktop/GC/bin/js-debug/org/apache/royale/core/UIBase.js:554:27
   org.apache.royale.jewel.supportClasses.group.GroupBase.addedToParent @ 
/Users/hugo/Desktop/GC/bin/js-debug/org/apache/royale/jewel/supportClasses/group/GroupBase.js:58:84
   org.apache.royale.jewel.Group.addedToParent @ 
/Users/hugo/Desktop/GC/bin/js-debug/org/apache/royale/jewel/Group.js:67:59
   org.apache.royale.core.UIBase.addElement @ 
/Users/hugo/Desktop/GC/bin/js-debug/org/apache/royale/core/UIBase.js:398:5
   org.apache.royale.jewel.supportClasses.group.GroupBase.addElement @ 
/Users/hugo/Desktop/GC/bin/js-debug/org/apache/royale/jewel/supportClasses/group/GroupBase.js:154:81
   org.apache.royale.utils.MXMLDataInterpreter.initializeStrandBasedObject @ 
/Users/hugo/Desktop/GC/bin/js-debug/org/apache/royale/utils/MXMLDataInterpreter.js:235:12
   org.apache.royale.utils.MXMLDataInterpreter.generateMXMLArray @ 
/Users/hugo/Desktop/GC/bin/js-debug/org/apache/royale/utils/MXMLDataInterpreter.js:121:53
   org.apache.royale.utils.MXMLDataInterpreter.generateMXMLInstances @ 
/Users/hugo/Desktop/GC/bin/js-debug/org/apache/royale/utils/MXMLDataInterpreter.js:265:49
   org.apache.royale.jewel.View.addedToParent @ 
/Users/hugo/Desktop/GC/bin/js-debug/org/apache/royale/jewel/View.js:63:49
   org.apache.royale.jewel.Application.addElement @ 
/Users/hugo/Desktop/GC/bin/js-debug/org/apache/royale/jewel/Application.js:136:5
   org.apache.royale.jewel.Application.initialize @ 
/Users/hugo/Desktop/GC/bin/js-debug/org/apache/royale/jewel/Application.js:282:10
   org.apache.royale.jewel.Application.start @ 
/Users/hugo/Desktop/GC/bin/js-debug/org/apache/royale/jewel/Application.js:251:10
   <anonymous> @ /Users/hugo/Desktop/GC/bin/js-debug/index.html:903:13


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