Portal Site Manager error in java script for button "view"
------------------------------------------------------------
Key: JS2-693
URL: https://issues.apache.org/jira/browse/JS2-693
Project: Jetspeed 2
Issue Type: Bug
Components: Admin Portlets
Affects Versions: 2.1-dev
Environment: Browser IE 6.0.2900.2180.xpsp_sp2_gdr.070227-2254
Reporter: Ilya A. Izergin
View button not functioning.
in function viewResource(xnode) for open new window use
window.open("${rooturl}" + servletPath + node.widgetId, 'w-' + node.title);
Microsoft open Method (window) describe as oNewWindow = window.open( [sURL] [,
sName] [, sFeatures] [, bReplace]) where sName one from (_blank, _media,
_parent, _self, _top, _search). Now sName parameter content "-" sign, and IE
generate java script error.
applications\j2-admin\src\webapp\WEB-INF\view\site\site-view.vm:1124 and 1139.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]