Closed (duplicate)
Project:
Webform
Version:
7.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2015 at 23:39 UTC
Updated:
7 Mar 2015 at 13:20 UTC
Jump to comment: Most recent
Once #2447745: Value of a hidden field should be empty in browser is implemented, hidding a component will trigger any conditionals that depend upon it. Because we don't prevent circular references in conditionals, this may cause an infinite recursion loop.
Steps to reproduce:
Create components A, B, and C
Create a conditional: IF A=1 AND B=1 THEN SHOW C
Create a conditional: IF C=1 THEN SHOW B
Create a submission.
Browser may already have a recursion depth error. If not, start entering 1 into each field
Comments
Comment #1
danchadwick commentedIncorporated into related issue. Sorry for the noise.