= Description = Putting a macro that generates a form inside of a table will cause IE8 to respond slowly and eventually respond with a popup window asking if user wants to stop running this script. == Steps to reproduce == View this page with IE 8. == Example == Both the !FullSearch and !NewPage macros will create the Javascript loop. {{{ || <> || ||<>|| }}} {{{#!wiki dashed || <> || ||<>|| }}} The resulting IE8 DOM display is odd. The the entire div inside the form is repeated after the form. But the repeated fields are not displayed on the page. {{attachment:IE8Loop.png}} == Component selection == ## Where you think is this bug happening ? (general, plugin [plugin name], theme [theme name], ... * common.js - auto scroll initialization == Details == This Wiki. == Workaround == Avoid IE8 or avoid putting macros that generate forms within tables. = Discussion = A revised common.js file that should fix the problem has been attached to this page. Download the file and copy to .../htdocs/common/js/common.js. Please confirm whether or not this fixes the problem. [[attachment:common.js]] (Another fix for an IE 9 Beta 1 bug dealing with textareas is included: http://moinmo.in/MoinMoinBugs/Ie9BetaFailsOnDoubleClick) /!\ Can any other IE user please confirm bug and that patch fixes it? ---- I have confirmed the bug on IE8 (8.0.6001.18702) on WindowsXP and was able to fix it by patching .../htdocs/common/js/common.js. If you still get the problem after updating the file, make sure to delete temporary internet files from IE in order to get the new version of the file. -- MikeTrzcianowski = Plan = ## This part is for Moin``Moin developers: * Priority: * Assigned to: * Status: added workaround, see http://hg.moinmo.in/moin/1.9/rev/fe33650291f3 ---- ## If you are a moin core developer, replace the category to Category* in these cases: ## Category MoinMoinNoBug - if this is not a bug. ## Category MoinMoinBugConfirmed - if you can confirm the bug on current code. ## Category MoinMoinBugFixed - after the bug is fixed in current code. CategoryMoinMoinBugFixed