A bug reported by a user via email, I believe the supplied working example from the user correctly reproduces the issue, though a second pair of eyes might confirm this.
Say I have an item B which is triggered off both A1 and A2. Item B in turn triggers item C. If I change the value of A1 or A2 so that B is 'half-triggered', i.e. one of the conditions has been met but the other hasn't, then C will become active, even though B is not. This is most obvious if B and C are in a different panel to A1 and A2; in that case the second panel becomes visible even though it should be hidden.
At this point if I reload the metadata it will register as an error, although strangely just running the standard check doesn't complain at all, even though it's clearly wrong.
A bug reported by a user via email, I believe the supplied working example from the user correctly reproduces the issue, though a second pair of eyes might confirm this.