nmb1106
30 Mar 2012, 7:02 AM
I have an application that has several different simple dialogs with different forms on them. Everything was working fine, but just recently something weird started happening.
For example with my new topic dialog (does this regardless of the dialog I use)
I go fill out the form, when I click ok it saves it to the database, on success it hides that dialog and refreshes my grid. I can do this a couple times, or use multiple dialogs a few times. Then at a random time all of a sudden I can't get my cursor into any text box, text area, number field, etc...so now I can't type anywhere.
I never call not editable, read only, or disable anywhere. What could be causing this?
Not really sure what to look for considering this happens regardless of what dialogs I use on my app
For example with my new topic dialog (does this regardless of the dialog I use)
I go fill out the form, when I click ok it saves it to the database, on success it hides that dialog and refreshes my grid. I can do this a couple times, or use multiple dialogs a few times. Then at a random time all of a sudden I can't get my cursor into any text box, text area, number field, etc...so now I can't type anywhere.
I never call not editable, read only, or disable anywhere. What could be causing this?
Not really sure what to look for considering this happens regardless of what dialogs I use on my app