I am having an issue in which I thought I had found a problem. See this thread:
http://freetextbox.com/forums/thread/9317.aspxI am using Firefox 3.0.1 and IE 7.0 with FreeTextBox 3.1.6. The below works just fine in IE, but not in Firefox.
I have an ASP/AJAX page with a drop down list, a couple Gridviews with edit and delete buttons and two panels. One panel contains my FreeTextBox control, and is collapsed by default. Since the panel is collapsed, the FreeTextBox is not shown on the initial page load.
The problem is that until the panel is expanded (and thus showing the FreeTextBox), none of the other controls (drop down list, buttons, etc.) fire any events. Furthermore, if the panel is expanded by default, things work as expected. If the panel is collapsed manually (hiding the FreeTextBox), the controls will not fire events.
I tried getting around this in the above post, but it only works on the initial page load.
Please help with any suggestions!
Here is the relavent asp code:
(removed)