When using a cck multiples field, if you "add more values", the better formats input format is not applied to the field added with AHAH. This is due to the fact that better_formats_text_process checks for !isset($format). When adding new, both $element['#value'][$filter_key] and $element['#default_value'][$filter_key] are never set, which leads $format left as an empty string rather than null. Not sure why, but I can't see a condition where this wouldn't be so.
Patch incoming ...
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | better_formats-672766.patch | 550 bytes | fearlsgroove |
Comments
Comment #1
fearlsgroove commentedComment #2
fearlsgroove commentedComment #3
dragonwize commentedCommitted. Thanks.
Comment #5
dellis commentedI am seeing this bug on the 7x-dev release--"hijacking" this closed thread in the hopes that it is a similar fix. Thanks!
Comment #6
dragonwize commented7.x-dev release does not use defaults and does not have the vast majority of features ported yet.