Try our conversational search powered by Generative AI!

EPiServer.Forms breaks collection editor / PropertyList

Found in

EPiServer.Forms 4.4.0

Fixed in

EPiServer.Forms 4.4.1

(Or a related package)

Created

Feb 14, 2017

Updated

Feb 21, 2017

State

Closed, Fixed and tested


Description

The collection editor / PropertyList (.epi-collection-editor) becomes scrollable once you add enough items. However, after installing Forms addon, this functionality breaks.

Steps to reproduce:
1. Start the Alloy website.
2. Add IList<T> property to any page type (where T is a complex type).
3. Set up a property definition type plugin accordingly (http[://world.episerver.com/blogs/Per-Magne-Skuseth/Dates/2015/11/trying-out-propertylistt/]).
4. Edit a page with the new property, and add enough items to the property to make it scrollable (10+ items).
5. Install the EPiServer.Forms addon.
6. Rebuild and browse to edit view of the same page.

Expected:
The collection editor/PropertyList becomes scrollable once you add enough items.

Actual:
The list editor is about half of its previous size, and cannot be scrolled