evride
05-03-2008, 05:57 AM
I have a multi-line dynamic textField that DOES NOT have selection enabled. also it is autosized by TextFieldAutoSize.LEFT.
everything works fine, but whenever you mouseOver it and use the mouse's wheel, the textField moves down one line. it is extremely annoying. ive tried adding 30 pixels to the height after the text has been added and also adding an event listener MouseEvent.MOUSE_WHEEL to capture that event and do something else. (im guessing the listener concept doesnt work in AS3, thought it did in AS2) neither worked.
everything works fine, but whenever you mouseOver it and use the mouse's wheel, the textField moves down one line. it is extremely annoying. ive tried adding 30 pixels to the height after the text has been added and also adding an event listener MouseEvent.MOUSE_WHEEL to capture that event and do something else. (im guessing the listener concept doesnt work in AS3, thought it did in AS2) neither worked.