I am developing a web application using SmartGWT version:
v8.3p_2012-12-12/LGPL Development Only (built 2012-12-12)
and am having an issue with ListGrids in Firefox version 26. This issue does not occur in Chrome. I have multiple listgrids in my application, most of which use their own datasource and exist on separate tabs which are creating as needed.
The first ListGrid opened works fine, and can be sorted by clicking the column headers, and when the arrow on the column header is clicked the menu opens. When the user navigates to a tab with another ListGrid the new one works fine as well. However, when the user navigates back to the first tab he can no longer sort by clicking the headers of the ListGrid, nor does the menu open when an arrow is clicked. If the user instead right clicks the column header the menu opens fine.
Similarly, if the user then navigates to a third tab, the ListGrid on the third tab will work fine, but the first and second ones no longer work.
I am not seeing any relevant errors in the developer console nor in firefox's console. Does anyone have any ideas how I might fix this, or at least narrow the issue down? Thanks for your help!
v8.3p_2012-12-12/LGPL Development Only (built 2012-12-12)
and am having an issue with ListGrids in Firefox version 26. This issue does not occur in Chrome. I have multiple listgrids in my application, most of which use their own datasource and exist on separate tabs which are creating as needed.
The first ListGrid opened works fine, and can be sorted by clicking the column headers, and when the arrow on the column header is clicked the menu opens. When the user navigates to a tab with another ListGrid the new one works fine as well. However, when the user navigates back to the first tab he can no longer sort by clicking the headers of the ListGrid, nor does the menu open when an arrow is clicked. If the user instead right clicks the column header the menu opens fine.
Similarly, if the user then navigates to a third tab, the ListGrid on the third tab will work fine, but the first and second ones no longer work.
I am not seeing any relevant errors in the developer console nor in firefox's console. Does anyone have any ideas how I might fix this, or at least narrow the issue down? Thanks for your help!