ductt-neo / oryx-editor

Automatically exported from code.google.com/p/oryx-editor
0 stars 0 forks source link

Shape properties are restricted to 4096 characters length #352

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create New Model > XForms
2. Import XForms document with long content inside the head element (>4096 
characters)
3. Have a look at the ERDF

What is the expected output?
The original head's content is inserted inside the <span 
class="oryx-xf_head"></span> element

What do you see instead?
The head's content is truncated to 4096 characters in ERDF.

The DOMParser seems to cause the problem.

HAVE A LOOK AT: http://archives.devshed.com/forums/mozilla-98/domparser-4096-
character-limit-for-text-node-1948553.html

Original issue reported on code.google.com by janfelix...@googlemail.com on 8 Feb 2009 at 12:11

GoogleCodeExporter commented 9 years ago
rev 1790

only fixed for XForms import plugin until now. we should think about editing 
the erdfSupport plugin as well.

Original comment by janfelix...@googlemail.com on 14 Feb 2009 at 12:08