
I’ve noticed that there are some things that are broken after last update.
Steps to reproduce:
1. Create two True/False Fields (A & B)
1. Create a textarea (C)
1. Set B logic to „A is checked”
1. Set C logic to „B is checked”
Save & test: C is never visible.
Here is a more advanced export with tabs & more. Basically, on media tab I should have the following steps:
1. Has Video
1. Is Html5 Video
1. a textarea should be visible when previeous two checkboxes are true
https://gist.github.com/8ac88cabfc5c0d6a9b40
I’m testing on WordPress 3.8 with latest ACF on github ( 4a8aeb51c1d800938c5310e6673fd5cccc08d5fb ) included from functions.php.
Also tested on a freshly installed WordPress with default theme and no other plugin installed with no luck.
// later edit:
i noticed that if i check true/false fields and i save, fields that are supposed to be shown are shown (but they are broken again if i try to change). So a working flow is: check a checkbox, save. Check another checkbox, save again. And so on.
A little bit of update:
it seems that even i don’t have tabs, the JS responsible with this is this called. So if i disabled acf.fields.tab.show_tab_fields and acf.fields.tab.hide_tab_fields mehtods, things starts to work better (although still buggy). Keep diging.
Here is a very simple example: https://gist.github.com/069f7c64781a906fd02e
(and xml export: https://gist.github.com/2a0840fa93bdf898de56 )