Closed (cannot reproduce)
Project:
Drupal core
Version:
6.22
Component:
node.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Jul 2008 at 03:05 UTC
Updated:
4 Jul 2011 at 14:29 UTC
I came across this bug when trying to create a "terms & conditions" page. I copied the T&C from the source and pasted it into the tinymce node body field. The content shows up in the node preview but after submit, no content shows....just the title.
If i then edit the node again, the content shows up in the edit node form. weird.
If i switch the input format to PHP the content will show up in the node view. Is there some sort of capping limit for the amount of content you can paste into the tinymce box?
Comments
Comment #1
esmailzadeh commentedi have same problem with fckeditor and this is showing that this is bug of drupal core
Comment #2
xamountanyone else can confirm this?
Comment #3
drummWhat browser is everyone using? Have you tried others? I suspect this might be an issue with how wysiwyg editors are implemented.
Comment #4
esmailzadeh commentedi found that this is a filter module because
md5 of the text when it is too larg cant calculated.
i solve this problem with these changes:
Comment #5
dpearcefl commentedConsidering the time elapsed between now and the last comment plus the fact that D5 is no longer supported, I am closing this ticket.
Comment #6
dpearcefl commentedGoing to open this issue until I can confirm it doesn't exist in modern Drupal.
Comment #7
mahnster commenteddpearceMN, I can say it is still happening with Drupal 6.22... I have a client who is unable to post, and the body is disappearing.
Comment #8
mahnster commentedThat is, when the body seems to be pretty big. Sometimes it does post ok.
Comment #9
dpearcefl commentedMarking it active.
Comment #10
dpearcefl commentedWhat filter type are you using? What editor (FCKEditor, etc.) are you using? Have you tried it without the editor?
Comment #11
dpearcefl commentedI just tried a 100K word text sample (verified by M$ Word) in a filtered and full HTML body without an editor and it works fine.
Like drumm (#3), I suspect this is the editor you may be using.
Comment #12
jfk_research commentedI found this happened on a very large node body using Drupal 6.20 and CKEditor. The total html code was over 1,000,000 characters. When previewed or saved (I disabled CKEditor rich text and posted html code), the body just disappeared (on both Firefox and IE).
I did remove some unneccessary html code, reducing characters to about 980,000, and it worked. Maybe a coincidence or maybe there is a limit around 1,000,000 characters?
Comment #13
dpearcefl commentedIn Drupal 6.22, I just tried a 2 million character piece of text (2.4 million counting spaces) which works out to being a 425 pages using the Garland theme. No problems at all in either Full HTML or partial HTML.
I think we can safely say that Drupal 6.22 has no problem itself with large bodies of text.
Adding an editor may complicate things but if it does, it is the HTML editor's fault not Drupal's.
I have tested this against Drupal 6.22 so I am changing the version number of this ticket. This is done when an issue can not be duplicated against a newer version of Drupal.
if you think this is worth following up on, please determine which HTML editors you can duplicate this issue against and open a ticket against those editors.