What are the steps required to reproduce the bug?
Add a new text field with unlimited values to an existing form.

What behavior were you expecting?
For another text field row to appear below when clicking on the "add another item" button for that text field.

What happened instead?
Pink box with error message (see attached screenshot).
This box appears that when clicking the "add another item" button is validating some other fields. It needs to mind its own business and stick with its own field(s), not validate others!

Drupal version: 7.12
PHP version: 5.3.2
OS: Ubuntu Linux 10.04
Apache 2.2.14

CommentFileSizeAuthor
Capture.JPG26.64 KBearwax
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

xjm’s picture

Version: 7.12 » 8.x-dev
Issue tags: +Novice, +Needs backport to D7

Can someone confirm if this is reproducible in D8, and provide steps to reproduce starting from "Install Drupal core"? Thanks!

catch’s picture

Status: Active » Postponed (maintainer needs more info)
earwax’s picture

What more information do you need? Let me know and I can provide it.

xjm’s picture

Priority: Major » Normal

The following steps do not reproduce the issue:

  1. Install 7.x with the standard profile.
  2. Add a text field with unlimited allowed values to the basic page content type at admin/structure/types/manage/page/fields.
  3. Go to node/add/page and click the Add another item button next to the text field

So, as stated in #1, we need step-by-step instructions to reproduce the bug, similar to what I've written above. Thanks!

Also, I don't think we can have something that's both postponed for more info and major, so downgrading pending more info.

xjm’s picture

Issue tags: -Novice

I remembered there's a good chance this is a duplicate of #811542: Regression: Required radios throw illegal choice error when none selected. I'd suggest trying the patch from that issue and seeing if it resolves the issue for you.

xjm’s picture

Tagging.

earwax’s picture

Is there any way to export my content type and paste it here? I have over 50 custom fields in this content type and going step-by-step would be a drag to list. I heard the FEATURES module can export content type and its fields into a text file. Would this be acceptable, assuming it works?

In the mean time I will check out that radio list bug. There are definitely radios in my content type that are required.

xjm’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

Well, we mean the minimum steps to reproduce the issue. So, you'd make a sandbox site, and put together a simple content type that caused the same bug as the complex one. However, based on your reply, I'm increasingly certain this is a duplicate of #811542: Regression: Required radios throw illegal choice error when none selected, so marking as such. If the patch from the other issue does not resolve the problem, then go ahead and reopen this one. Thanks!