Download & Extend

Problems with editing a Drupal handbook page

Project:Drupal core
Version:4.2.0
Component:book.module
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (works as designed)

Issue Summary

Using the administer link, I just tried to post the html from the body of this text

http://cyberdash.com/temp/comments.html

as a revision into the Comment system page

http://drupal.org/node/view/286

Published, in moderation queue, and create new revision were enabled. Note that the date strangely came up as "Feb 22, 2002 8:49 pm."

More importantly, when I select "preview," the preview, both the trimmed version and the full version are blank. Checked the html for the page above; there seem to be no broken tags.

And on the other hand, works fine if I attempt to create a new book page for the Drupal handbook, insert the html in the field, and preview. The text displays for both preview modes.

Wasn't sure, but maybe this is related to the bug report here:

http://drupal.org/node/view/1966

Comments

#1

This is because that book page actually just calls:

print comment_help();

I'm knocking up a patch for the comment module to insert your text in there instead, which will fix all this properly.