PDA

View Full Version : ComboBox with editable=true - Bug or proper behaviour?


maglez
03-02-2006, 11:30 AM
Hello.

When I have a ComboBox with the editable property set to true...

ComboBoxInstance.editable = true;

...then I write down any text on its text field and then I drop down its list, it happens that I cannot select part of its text field when using the mouse. I am able to make a successful selection when using the keyboard using the Shift and arrow keys.

Every time I start a selection of the text with the mouse while the list is open, when I release the mose button the selection disappear.

I had found some other behaviour that I think are not correct, all of then while the list is open. I had checked how a combo box behaves in standard Windows applications, and they haven't that behaviour.

I am using Flash Mx 2004 Pro on Windows XP Pro SP2.

Could someone verify if this problem exist on Flash 8? Any other comment?

Thank you.