I have a repeater that contains text of variable length in a fixed width field, so the text will run on to a variable number of lines.
I’ve developed an algorithm based on average character width (pixels) and no. of chars per line that allows me to offset each entry by an amount that takes into account the aggregate heights of the previous entries. So far so good (although it would be nice if there was a simpler way to do this.
However, I have also assigned OnClick events to these elements but the resulting OnClick ‘hotspot’ areas are out of alignment with their corresponding shapes. Some hotspots don’t even work. It looks like the hotspot area doesn’t take any notice of my offset algorithm.
In the attached example, click on any user names or text areas to see which one do/don’t work and the underlying hotspot shape.
20160329 Axure Example.rp (222 KB)