Size limit on implementation section
When the
The easiest way to reproduce this is to add a huge comment section to an existing method. However this problem is not limited to comments - it occurs if you add sufficient amounts of code or additional methods and properties.
Because this limit appears to affect the whole
Steps to reproduce:
- Edit "implementation.xml" from the manual tests
- In the method block, add a suitably large comment (about 4100 characters are needed on my machine)
- Load the test into Firefox, ensuring that it's an uncached version that's loaded
- You should see an error in Firebug about an unterminated comment, missing closing brace or similar
I've been able to reproduce this issue on Firefox 3.6.x and Firefox 8.0. I haven't tested it on any other browsers at this time.