Expected:

  1. Enable Draft and configure to work with Story content type
  2. Navigate to node/add/story
  3. Click "Split Summary at Cursor" button
  4. Populate Title, Summary and Body fields
  5. Click "Save as Draft"
  6. navigate to draft/list
  7. Click View next to the saved draft
  8. Title, Summary and Body data is restored (I'm guessing with the <!--break--> tag in Body)

Actual:

  1. Enable Draft and configure to work with Story content type
  2. Navigate to node/add/story
  3. Click "Split Summary at Cursor" button
  4. Populate Title, Summary and Body fields
  5. Click "Save as Draft"
  6. navigate to draft/list
  7. Click View next to the saved draft
  8. Only Title and Body are restored. Summary content is lost

Comments

manji51’s picture

Note: I am not using any sort of WYSIWYG editor

darren.ferguson’s picture

Never used this functionality so it very well could be broken in the module, will look at it when i get a chance.

manji51’s picture

Thank you! This would significantly increase usability for me.

darren.ferguson’s picture

Status: Active » Closed (fixed)

The teaser is now displayed correctly again in the system the reason was it originally comes back with a disabled textarea and the formHash function in jQuery does not like this and will not populate the information.

http://drupal.org/cvs?commit=341910 is the drupal commit for this fix