help in fixing an htmlText bug.
There's a bonafide bug that I've reported through the Adobe bug tracking system, but I really need a
fix now, so was going to have a look at the flex/as3 source and was wondering if
anyone could point me in the right direction, (or better yet, provide the solution.)
Its easy to reproduce this:
I was just able to duplicate the bug using the code example from the end of the Text documentation page in Flex 3.5 reference.
(http://livedocs.adobe.com/flex/3/langref/mx/controls/Text.html)
Just replace their htmlText in that example with a huge block of htmlText containing anchors tags. Then make the browser window small. Then click some arbitrary area of the htmlText with the mouse (That step is important.) Then scroll using the thumb. Stop the scroll with the mouse pointer directly over one of the hyperlinks you created and release the mouse button. The entire block of htmlText is selected and highlighted and the mouse pointer will not revert to a hand. (Well it will after you click somewhere else.)
Just to clarify the above, when you scroll using a scroll bar thumb you do not have to keep the mouse pointer on the thumb, it can be anywhere when you stop scrolling and if it happens to be over a hyperlink the above happens.
