jfweemaes / ubiquity-xforms

Automatically exported from code.google.com/p/ubiquity-xforms
0 stars 0 forks source link

submission.replaceDocumentContent() needs reworking for Safari #581

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
While investigating the failures that are causing submission to fail in 
Safari (issue 569), I have noticed that the method replaceDocumentContent() 
is not working in that browser. This is the method that gets called when 
replace=all.

Original issue reported on code.google.com by phil.boo...@gtempaccount.com on 5 Oct 2009 at 4:40

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
This problem was caused by Safari requiring the same action as Firefox already 
does, 
the stripping out of any XML processing instruction from the submission result.

A proposed fix is in the trunk at r3044.

Original comment by phil.boo...@gtempaccount.com on 6 Oct 2009 at 9:42

GoogleCodeExporter commented 8 years ago
Fix has been committed to trunk at r3053.

Original comment by phil.boo...@gtempaccount.com on 12 Oct 2009 at 11:09