Current filter:
                                You should refresh the page.
                                0
                                  • Hi!

                                    I've a JavaScript code to changing the editors's backcolor when they Got and Lost the focus, that works very well.

                                    However, I have detected a bug, when i'm editing a ASPxComboBox editor. If the 'DropDown List' appear, and I select one of those items, or if I click outside of editor, everything occurs as expected. But, if instead of select an item (or select the same selected item), in the 'DropDown List', click again in the "textEditor", and then select another editor, doesn't fired the LostFocus handler (but fired the GotFocus of the new selected editor).

                                    It seems, if the 'ValueChanged' event didn't fired, and the 'LostFocus' event didn't fired too.

                                    Best regards,

                                    Sílvio Bernardo.

                                    Steps to Reproduce:

                                    1- Click in the ASPxComboBox's button to show the DropDown List;

                                    2- Don't select any item (or select the same selected item), and click again in the 'TextEditor' of the ASPxComboBox;

                                    3- Click in another editor, forcing the ASPxComboBox to lost the focus, and also, for the new selected editor got focus;

                                    (the new selected editor got the focus, and the ASPxComboBox didn't lost focus)

                                Samples.zip
                                You must  log in  or  register  to leave an answer

                                Is your intention to post an answer to your own question?

                                • If so, then proceed.
                                • If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
                                • If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.