Author: lgiessmann Date: Fri Jun 26 10:10:52 2009 New Revision: 72
Log: ajax-client: fixed a bug with safari by minimizing frames. instead of minimizing they were hidden without any chance to display them! Currentyl the client is able to be used with all functions in firefox, opera and safari - with IE it is not useable and will take a while until this will change
Modified: trunk/src/ajax/javascripts/datamodel.js
Modified: trunk/src/ajax/javascripts/datamodel.js ============================================================================== --- trunk/src/ajax/javascripts/datamodel.js (original) +++ trunk/src/ajax/javascripts/datamodel.js Fri Jun 26 10:10:52 2009 @@ -3888,7 +3888,7 @@ myself.__table__.insert({"bottom" : tr});
var trCtrl = new Element("tr", {"class" : CLASSES.showHiddenRows()}); - trCtrl.insert({"top" : new Element("td", {"class" : CLASSES.clickable()}).update("»")}); + trCtrl.insert({"top" : new Element("td", {"class" : CLASSES.clickable()}).update("»")}); myself.__table__.insert({"top" : trCtrl}); trCtrl.hide(); trCtrl.observe("click", function(){