A button inside a component can leak out to another. For example, two components both have a <button name=do value=delete>Delete</button>. When one is clicked, there's a bug that means the other component can be triggered.
There's already a hidden field added to the form to indicate what component is being submitted, but I believe this is being missed. Needs investigating.
A button inside a component can leak out to another. For example, two components both have a
<button name=do value=delete>Delete</button>. When one is clicked, there's a bug that means the other component can be triggered.There's already a hidden field added to the form to indicate what component is being submitted, but I believe this is being missed. Needs investigating.