-
Type:
Bug
-
Resolution: Invalid
-
Priority:
Low
-
None
-
Affects Version/s: 2.4.2
-
Component/s: None
-
Environment:
Internet Explorer 7 or Avant Browser 11.0.46
Possibly owing to a missing equal sign in a JavaScript parameter, the link-window macro results in a script error on browsers rendered by the Internet Explorer engine.
Example:
<a href='http://my.sensorlogic.com/slflex/app/std' target='_blank' onclick='if (!window.focus) return true; window.open(this.href.location, "1181069884213", width=null,height=null,scrollbars=yes,toolbar=yes, location=yes,statusbar=yes,menubar=yes,resizableyes');return false;' onkeypress='return this.click()' title='Visit location in new window'>log in<sup><img width='12' height='12' border='0' align='absmiddle' src='/confluence/download/resources/net.customware.confluence.plugin.linking:link-to/img/newwindow.png' class='rendericon' alt=''/></sup></a> to the blah blah blah....
Notice the final parameter of the window.open function:
resizableyes
Firefox ignores the error.