In a similar vein to #1711494: Prevent Double Form Building on Panels IPE Save, form ids get double built when the layout is changed. This breaks CSS + JS functionality that rely on specific IDs.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

populist’s picture

Status: Active » Needs review
FileSize
995 bytes

Here is a patch that applies the same technique as we used in #1711494: Prevent Double Form Building on Panels IPE Save for changing content.

populist’s picture

Oops. Wrong patch... Here is the right one.

merlinofchaos’s picture

Status: Needs review » Fixed

Committed and pushed. (*&(ing ajax html ids.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 3f38cd8 on 7.x-3.x, 7.x-3.x-i18n, 8.x-3.x authored by populist, committed by merlinofchaos:
    Issue #1735350 by populist: Fixed Prevent Double Form Building on Panels...