Not sure if issue I am having is just related to fc or combination of fc and views.
We are using quicktabs with multiple views. One of the view (block with Editable table format) has editable field collection field called employment history that is part of user profile. Even though I have checked both checkboxes 'Hide initial item' and 'Hide empty item' the field collection item in views preview as well on tab displays initial form instead of just showing "Add more item" button.
Note: The display of FC on normal user edit page is as expected . i.e initial form is hidden (if no employment history is added) and button is shown if you want to add emp history.
When debugged found out that in field_collection.module "hide_initial_item" is showing false in both field_collection_field_widget_form and field_collection_field_attach_form function.
Has anyone came across issue of initial empty item (first item form ) of field collection showing when used in views ?