When insert a new miscellaneous content in a page, if this content contains an exposed filter and this value is required, there are the following bugs:

- preview button not working
- update and save button non working
- all reviews are disabled without any error message.

To reproduce:

1- create a view
2- create a display (block)
3- create a required exposed filter
4- create a new page (pagemanager - ctools)
5- when you insert content, select "miscellaneous" - > "your display block"
6- Update and save

It wil not working.

I hope that ctools will set a default value or display a message to explain. I've lost 5 hours to fix :((

bye.

Comments

gianluca.bozzelli created an issue. See original summary.

malcomio’s picture

I've observed something similar, although only on certain pages, and I haven't yet figured out any distinguishing factor.

Steps to reproduce

  1. Go to Admin > Structure > Pages
  2. Choose a panel page and click "Edit"
  3. Click "Edit content"
  4. Make some changes
  5. Click "Update and save" (or one of the other buttons)

Expected result

A POST request should be made with some form data, which should be saved. The page should then reload with the saved changes displayed.

Actual result

No network request happens.
In Chrome, the console shows an error from the current URL: "An invalid form control with name='' is not focusable."