Hello everyone,

On a blank Drupal 7.23 install...

  1. Install & Enable Field Collections (7.x-1.0-beta5), Conditional Fields (7.x-3.x-dev), Views (7.x-3.7), and View Fields (7.x-2.x-dev or 7.x-2.0)
  2. Enable any default view, "archive" for example.
  3. Create a field collection on the Basic Page content type.
  4. Set up two fields for Conditional Field testing on field collection created. Ex. dropdown_test & viewfield_test. Set dropdown_test to be a list(text) with two simple values on/off. You can use the default Archive view for your viewfield_test.
  5. Configure your field dependencies so that when dropdown_test = "on" then viewfield_test will be visible.
  6. Notice that the view field is always visible no matter what the dropdown value is.

I have also tried applying the patch in comment 101 in the issue #1464950: Support for multiple "Field collection" and "Multifield" fields. Same behavior. I don't know if this is really a duplicate of this issue or not. Feel free to mark duplicate if you believe it to be one.

Thanks for reading,
-Tim