Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.5-SNAPSHOT
-
None
-
None
Description
Every use of the tableSuggestComponent in a page aborts the page load in IE with an error message (even in the sandbox example pages).
This happens due to a bug that the javascript gets rendered before the DIV it works with gets closed. The attached patch moves the DIV-close to the correct position.