I’ve found a few issues with the Widget 2.0 API as follows:
Case 21301: Crash: Tableview with no options
As per the documentation all options are optional. However trying to create a tableview with no options crashes the app.
Case 21302: Crash: tableview:scrollToY crashes app
Case 21304: tableview:getContentPosition doesn’t return proper value.
getContentPosition() should return the current logical position in the list. Now it only returns 0.
As an example: If scrollToIndex(10) is issued with a row height of 24, then the position returned after scrollToIndex should be -216 ((rowindex-1) * 24).
[import]uid: 70847 topic_id: 36462 reply_id: 336462[/import]