tableView row.height and row.contentHeight is reported wrongly in ORR with an increase of 2 or more pixels.
This is affecting text placement in row using row height info.
Just put something like :
if not isCategory then
print ("Row height for normal row is … ", row.height)
else
print ("Row height for category is … ", row.height)
end
in your ORR. I used the sample code ListView2 to demo this bug. The row.height is reported more than what is specificed in the
list:insertRow{
rowHeight = xx,
line.
Bug Reported - Case #28359
Thanks