This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/web/modules/contrib/webform/docs/ISSUES.md
2017-03-16 15:29:07 +00:00

5.1 KiB

Known Issues

Below are known Drupal 8 core issues that are affecting the Webform module.

Configuration Management

Issue #2808287: Importing Webform config file via the UI is throwing serialization error

Importing configuration files using Drush is working fine.

Issue #1920902: Unable to tidy the bulk export of Webform and WebformOptions config files because Drupal's YAML utility is not a service.

The Webform module provides drush commands to 'tidy' exported YAML and configuration files that so they are easier to read and edit.

Form Elements

Drupal core webforms system issues

Any changes, improvements, and bug fixes for Drupal's Form API may directly impact the Webform module.

Issue #2502195: Regression: Webform throws LogicException when trying to render a webform with object as an element's default value.

Impacts previewing entity autocomplete elements.

Issue #2207383: Create a tooltip component

Impacts displaying element description in a tooltip. jQuery UI's tooltip's UX is not great.

Issue #2741877: Nested modals don't work: when using CKEditor in a modal, then clicking the image button opens another modal, which closes the original modal

Makes it impossible to display the CKEditor in a dialog. Workaround: Use custom download of CKEditor which include a CKEditor specific link dialog.

#states API (Conditionals)

Button (button & submit)

Issue #1671190 by Lucasljj, idebr, Cameron Tod: Use