Closed (works as designed)
Project:
Edit
Version:
7.x-1.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2014 at 14:48 UTC
Updated:
30 Jul 2014 at 20:17 UTC
Jump to comment: Most recent
Comments
Comment #1
goudal commentedOf course just after posting the problem I have found that it seems that the problem is due to the mix with bootstrap theme from drupal. Trying the same configuration with bartik works fine : the « record » button is displayed in the tool bar.. So I don't know if it's a bootstrap bug or an edit bug
Comment #2
goudal commentedOk... I was tnear totally wrong....
Comment #3
iaminawe commentedPlease let me know how you resolved this, I am experiencing the same thing. Thanks.
Comment #4
illmatix commentedI had a similar issue with my image field not rendering out correctly after the newly added image is submitted. I found out that the form from the upload form is what is being posted back to you so your display field formatter doesn't know how to handle this. The array it provides is just the fid, and some other form values rather than the field array from the node where it has uri key along with a bunch of other details of the file.
My solution here was just to support the alternate format and use file_load() on the fid to load it up and conditionally use the alternate format.