-
Can you please provide a testcase for me to confirm the bug and verify the fix works on other browsers? I know I'm asking too much but it will help me push a bugfix release faster :-)
Many thanks for the bug and fix report.
2009-09-28 10:49:51 UTC by mbatsis
-
Hi,
line 825 in the most recent release fails in Opera. it can be fixed by replacing oNode with oNode.documentElement.
Mats.
2009-09-26 21:39:52 UTC by matek994
-
thanks for spotting the bug Ira. Will fix and release a new version...
2009-09-24 16:23:01 UTC by mbatsis
-
Consider trying to xmlize the following:
var Container = function(type, region) {
this.type = type;
this.region = region;
this.items = null;
};
var test = new Container('container-type-1', 'east');
test.items = new Array();
test.items[0] = new...
2009-09-23 16:35:00 UTC by iklotzko
-
Consider trying to xmlize the following:
<pre>
var Container = function(type, region) {
this.type = type;
this.region = region;
this.items = null;
};
var test = new Container('container-type-1', 'east');
test.items = new Array();
test.items[0] = new Container('container-type-embedded', 'center');...
2009-09-23 16:25:34 UTC by iklotzko
-
The patched 0.9.9.4 also works on Safari 4.0, a first time for my site. I can go with the patched version, if necessary, for the mid-July site upgrade. If you have time, a formal and professionally-crafted version would be helpful.
Chris.
2009-06-22 12:22:08 UTC by chriskimball
-
Hi Chris, i intent to check this out during the weekend.
2009-06-03 09:20:48 UTC by mbatsis
-
By reverting (to 0.9.7.6) a short segment of sarissa 0.9.9.4 code in updateContentFromNode, the example operates correctly on IE on all Windows systems. The example is at
http://www.tanach.us/PreviousVersions/SarissaTests/EncodingX.html (Note the appended X)
and has the sarissa.js 0.9.9.4 file modified to be sarissaX.js. The only changes are in updateContentFromNode as.
2009-06-02 20:44:22 UTC by chriskimball
-
IE-8 fails to display the full output page on the compact test example at
http://www.tanach.us/PreviousVersions/SarissaTests/Encoding.html
on Windows XP and Vista. The page should end with a horizontal rule. The example runs correctly under Firefox 3.0.10 on both systems. (The alert box indicating that the final document is "Undefined" can be ignored.)
Compact test...
2009-05-31 21:03:58 UTC by chriskimball
-
But the simple demonstration produces a display error on IE 8 on Windows XP. It's NOT that the displayed document is "Undefined", it's that the displayed page lacks the ending note and the horizontal rule.
The best way to see the problem is to open the demonstration with Firefox on Windows XP. Note the window shows a note and a final horizonal rule.
This aligns with the full.
2009-05-28 12:42:42 UTC by chriskimball