Hi, there
I have tried to use the querybuilder widget in the flexviewer application to build up my own query builder in my map application.
Everything works perfectly except that I noticed the Querybuilder.swc library seems to cause problem with TextArea, TextInput, and Textbox. It looks like whenever there is a text-related change event by user input, the application will freeze.
It works OK if the text input was given by code (not a change event) but not by the actual user input. However I have to have the text input box for user log in.
Does anyone know a fix for the problem?
A lot of thanks in advance.