salk31 / RedQueryBuilder

SQL Query Builder UI JavaScript component
http://redquerybuilder.appspot.com/
Eclipse Public License 1.0
96 stars 22 forks source link

Suggest box still pops up value list if value typed and focus lost before draw of list #30

Closed prospectoria closed 9 years ago

prospectoria commented 10 years ago

If you type characters in the suggest box and mouse/tab out before the selection list paints, the selection list still paints and you have to click in the suggest box, then click outside to get rid of the menu. Desired behaviour would be that if you click in the box, type a value, then if the suggest box looses focus it should not paint the dropdown. Possible in the ajax call back for suggest you could check to see if the suggest box has focus and not draw the selection drop-down if there is no focus.

salk31 commented 10 years ago

Untested possible fix pushed to tardis. Please test if you have time.

prospectoria commented 10 years ago

Tested this one out. Pulled new from tardis, built and deployed and still seeing the problem.

salk31 commented 9 years ago

Sorry, I still can't reproduce. I'd be very happy to re-open this ticket if you are still having problems.

prospectoria commented 9 years ago

I pulled the latest and tested and I have not been able to reproduce since pulling the latest. So yes please close.