Double pop-up window in Smart Form

  • Updated

Ektron 8.70 SP2 and 9.00 SP2

When you click in a rich area text field for a Smart Form content item, 2 pop-ups are created, one over the other, creating the illusion that saving the field does not work. This occurs in other Smart Form fields including the Image, Date, and Hyperlink fields.

  1. Open sitename /workarea/contentdesigner/ektron.smartform.js .
  2. Replace line 886 as follows:

    From:  if (Ektron.SmartForm.isFieldButton(oElem))
    To:  if (Ektron.SmartForm.isFieldButton(oElem) && 'click' == event.type)