[ http://issues.apache.org/jira/browse/TOMAHAWK-52?page=all ] Mike Kienenberger reopened TOMAHAWK-52: ---------------------------------------
Actually, we are going to fix this in that we'll be dumping prototype. This should probably remain open until that happens, especially since there isn't any timeline yet. > tree2 client side JavaScript incompatible with components used prototype > javascript library > -------------------------------------------------------------------------------------------- > > Key: TOMAHAWK-52 > URL: http://issues.apache.org/jira/browse/TOMAHAWK-52 > Project: MyFaces Tomahawk > Type: Bug > Components: Tree2 > Reporter: Alexandr Smirnov > > for client-side toggle tree2 use cookielib.js library > part of code : > for (var name in attribMap) > { > var value = attribMap[name]; > if (value != undefined && value != null && value != "") > { > if (name.indexOf(CookieLib.ATTRIB_KEYVAL) < 0 && > value.indexOf(CookieLib.ATTRIB_KEYVAL) < 0 && > name.indexOf(CookieLib.ATTRIB_DELIM) < 0 && > value.indexOf(CookieLib.ATTRIB_DELIM) < 0) > { > prototype redefine method indexOf for most objects - it caused crash code > above. > As a result, tree2 not worked as client-side tree with components on same > page used prototype.js : inputsuggestAjax, calendar, shedule etc -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
