Closed (fixed)
Project:
Matrix field
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Jul 2013 at 23:27 UTC
Updated:
19 Oct 2013 at 11:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
lucadeluchis commentedNobody knows some solution? I really don't know what to do, I've found some ajax part in the module, but actually...i don't know how to fix it.
Comment #2
intrafusionThanks for your bug report, but it's pretty scarce on details!
Can you follow https://drupal.org/node/73179 when creating requests
Comment #3
rlangille commentedI think I can provide the missing details. When you attempt to add another row or column, it triggers validation for the entire form. The fix is to add #limit_validation_errors to the add more buttons for the field.
Also when I fixed this, it exposed another issue. If you add another row and have no values in the fields, it is unable to copy the values to the new form elements due to a null pointer.
Patch for all the above attached.
Comment #4
rlangille commentedForgot to change status
Comment #5
intrafusionThanks for your input, this patch has been applied to the module