-
testcase:
alert(YAHOO.util.Dom.getXY(document.getElementById('pos')));
The problem is that in the while loop that runs through the offsetParents...
2008-02-11 14:12:51 UTC in YUI Library
-
This code at line 560 of editor.js in TinyMCE3 alpha 02
is broken for false values of settings[n]:
getParam : function(n, dv) {
return this.settings[n] || dv;
},
fix: return this.settings[n]!=undefined ? this.settings[n] : dv;
I encounterd this bug beceause in plugins/advimage/js/image.js at line 75 the condition will never yield false:
if...
2007-11-12 12:09:58 UTC in TinyMCE
-
fzindel committed patchset 153 of module strongroom to the Strongroom - Document Management System CVS repository, changing 13 files.
2003-11-05 00:27:01 UTC in Strongroom - Document Management System
-
fzindel committed patchset 152 of module strongroom to the Strongroom - Document Management System CVS repository, changing 3 files.
2003-11-03 22:51:31 UTC in Strongroom - Document Management System
-
fzindel committed patchset 151 of module strongroom to the Strongroom - Document Management System CVS repository, changing 2 files.
2003-11-02 15:16:33 UTC in Strongroom - Document Management System
-
fzindel committed patchset 150 of module strongroom to the Strongroom - Document Management System CVS repository, changing 8 files.
2003-11-02 15:14:56 UTC in Strongroom - Document Management System
-
fzindel committed patchset 149 of module strongroom to the Strongroom - Document Management System CVS repository, changing 1 files.
2003-11-02 12:30:44 UTC in Strongroom - Document Management System
-
fzindel committed patchset 148 of module strongroom to the Strongroom - Document Management System CVS repository, changing 1 files.
2003-11-02 10:59:26 UTC in Strongroom - Document Management System
-
fzindel committed patchset 147 of module strongroom to the Strongroom - Document Management System CVS repository, changing 24 files.
2003-11-02 10:49:26 UTC in Strongroom - Document Management System
-
fzindel committed patchset 63 of module strongroom to the Strongroom - Document Management System CVS repository, changing 2 files.
2003-05-14 17:23:46 UTC in Strongroom - Document Management System