There is a Javascript Bug in the 'TopicClassificationAddon Install'-Form.
When using
InternetExplorer, the action is not correctly set and the
TopicClassification is always installed to the Main-Web. The bug resides in document.installTCAO.action = "http://url/cgi-bin/twiki/save/" + theWeb + "/";, which is not a correctly addressed property ... The IE's Jscript interpreter looks at .action as an element name rather than a property ...
--
TWiki:Main.WolfgangBertl
I have figured a way to bypass this problem: I add the web to the
topic
element value rather than modifying the form action. This change has been checked in and will be published with next update.
--
TWiki:Main.LynnwoodBrown
- 10 Dec 2007