mjesteve opened a new issue #916: URL: https://github.com/apache/royale-asjs/issues/916
Working with a Jewel List control, I have noticed that when a selectedIndex is assigned outside the visible area of the control, the scroll is not positioned correctly. Leaving the assignment of the selectedIndex aside and focusing on the scrollToIndex function we can observe an error in the option "variableRowHeight = false", specifically in line 204, in ListView.as:  It is compared with "pm.rowHeight" but "rowHeight" is assigned (variable that is not given a value and is always 0) I have changed the line, changing "rowHeight" to "pm.rowHeight" and it has been fixed. Could this be the final solution? On the other hand, when we configure variableRowHeight = true it does not work well either, in this case the scroll gets desynchronized "much more" and although I have solved it I think it is better to go step by step. PR? Thx Hiedra ---------------------------------------------------------------- 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]
