1.3: ImageViews in TableView jumping on load

You must Login before you can answer or comment on any questions.

The images have both left and top set to 10 and width/height set to 48. The row has a static className set.

In 1.2 all is well: image

in 1.3, the images jump around on load: image

Interestingly the labels also move, which leads me to believe the entire cell is moving, though it could just be because the labels left is being set to: avatar.left+avatar.width+10

— asked 3 years ago by Get Glue
0 Comments

1 Answer

Hi,

I've also seen something like this occur on the KS demo in BaseUI > Views > Table Views > Table View Options (examples/table_view_options.js)

Where clicking a row causes the labels to jump to the right a bit.

Your Answer

Think you can help? Login to answer this question!