-
Bug received.
2009-06-25 11:59:22 UTC by cadu-goncalves
-
I'm using MSIE with Clean AJAX version 4.3 and ran into a bug on line 47 of
the HistoryTool.js.
The code attempts to access window.cleanHistoryFrame.contentWindow.document
before checking whether window.cleanHistoryFrame is not null. I moved line
57 into the immediately following if(...) block and eliminated an error in
MSIE. It's not clear why the cleanHistoryFrame is null in IE but not...
2009-06-17 20:25:11 UTC by stephenkeller
-
Carlos,
I will try to do what you suggested, however this happens 1 time of 10...
I have created some libs to be able to cross-domain with Clean.
If you are interested please let me know ! It is working great for me.
I also added some code to allow execution of callbacks for other contexts than the Clean object/engine.
/**
* <p>Remote method constructor.</p>
*/...
2009-04-29 19:02:08 UTC by kpoman
-
cadu-goncalves changed the public information on the Clean AJAX project.
2008-11-26 12:00:42 UTC by cadu-goncalves
-
Feature implemented on new version 4.3.
2008-11-05 20:47:40 UTC by cadu-goncalves
-
Feature implemented for new version 4.3.
2008-11-05 20:47:06 UTC by cadu-goncalves
-
Bug fixed.
The problem was that the History class was writing on document before it loads.
To fix it were made many changes on bootstrap code and also on History class (now renamed to HistoryTool).
The fix will be present in the new release 4.2.
2007-11-03 02:34:47 UTC by cadu-goncalves
-
XPath support was implemented and now it's under test.
2007-11-03 02:29:05 UTC by cadu-goncalves
-
File Added: workaround.zip.
2007-09-30 00:30:50 UTC by cadu-goncalves
-
I'd like to see some XPath features on Clean. It will be very useful in many situations.
2007-09-30 00:19:17 UTC by nobody