It's easy to reproduce. If you are using Flex 3.5 (not my choice) and you scroll the mousewheel over a Text component with multiple lines of htmlText, it will scroll down 1 (sometimes 2) lines, even though there is no text there.

Any ideas how to adjust this? Even if I had to extend Text and modify it, I want to fix this issue.

Thanks!

Before: http://cl.ly/18373k441T0p080n2w0M

After: http://cl.ly/0g2T1v161t2l2c3T0k0S

Please note, I made sure there is not a blank line below the body of text (it ended after the closing). Notice how the top line is now cut off, and an extra line was added at the bottom.

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

There are several solutions for that. Please read this and this. As for me the first one is more preferable. You can extend standard component with this solution.

link|improve this answer
I love it. The first solution is totally a hack but it does what I want it to do. I am fairly certain the TLF in Flex 4 doesn't have this issue, why don't all of our users have flash player 10 :( – andrewpthorp May 13 '11 at 19:18
feedback

Set mouseEnabled = false; if you do not require any mouse interaction.

link|improve this answer
removed mouseWheelEnabled, thought it was text field, sry for that. – DanielB May 13 '11 at 14:19
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.