Closed (fixed)
Project:
Wysiwyg Fields
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2012 at 02:07 UTC
Updated:
14 May 2012 at 01:40 UTC
Once I've created some content, i see the wysiwyg value in that field
But then if i hit [edit] it seems to be missing from the body in the eitor
wysiwyg_fields looses my media in the body, you can recreate this by
- selecting some media and adding it the body, fill in the title
- hit submit
- now select [edit] and the value is missing
i'm using the default 'article' type and have added wysiwyg-fields to that type
Comments
Comment #1
decipheredReproduced, PHP 5.2 is the culprit. Solution coming shortly.
Comment #2
decipheredSo the issue here is that the
drupal_json_encodefunction (which is used as part of the replacement token) inserts spaces (' ') in 5.2, but not in 5.3, which means the token is broken in 5.2.Fixed and committed.
Comment #3
dgtlmoon commentedyup, can confirm that fixed my issues, good work!