-
mdubinko committed revision 168 to the XSLTForms SVN repository, changing 1 files.
2009-06-23 21:23:15 UTC in XSLTForms
-
The basic pattern is like this:
Before
After
On Firefox, the events fire as Delete, Before, After.
On IE, the events fire as Before, After, Delete
The spec order of the events I believe should be Before, Delete, After.
Detailed test case attached. Click any one of the...
2009-04-24 00:29:45 UTC in XSLTForms
-
A JavaScript error results when all of the following conditions happen:
* An xf:output without a xf:label child is in a repeat
* An insert happens against the repeat
As of svn 112, it is on line 3325 of the script.
if (this.element.firstChild.firstChild) {
var cells = this.element.firstChild.firstChild.childNodes;
this.valueElement = cells[cells.length - 2];
Firebug...
2009-04-16 07:05:20 UTC in XSLTForms
-
mdubinko committed revision 112 to the XSLTForms SVN repository, changing 25 files.
2009-04-15 21:43:30 UTC in XSLTForms
-
mdubinko committed revision 107 to the XSLTForms SVN repository, changing 1 files.
2009-04-15 06:28:22 UTC in XSLTForms
-
mdubinko committed revision 92 to the XSLTForms SVN repository, changing 1 files.
2009-04-14 04:30:14 UTC in XSLTForms
-
mdubinko committed revision 91 to the XSLTForms SVN repository, changing 1 files.
2009-04-11 20:57:34 UTC in XSLTForms
-
mdubinko committed revision 90 to the XSLTForms SVN repository, changing 1 files.
2009-04-11 19:43:44 UTC in XSLTForms
-
mdubinko committed revision 89 to the XSLTForms SVN repository, changing 1 files.
2009-04-11 19:27:13 UTC in XSLTForms
-
mdubinko committed revision 88 to the XSLTForms SVN repository, changing 7 files.
2009-04-11 18:38:14 UTC in XSLTForms