Problem/Motivation

When you launch one of the email handler modals they appear broken:

Steps to reproduce:

  1. Add a email handler with a custom "to" address.
  2. Save it.
  3. Refresh.
  4. Open the handler dialog.
  1. Only works when loading on a fresh page load.
  2. Only works with caching enabled (if your inspector disables caching, it wont be broken).

Proposed resolution

Not sure.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Sam152 created an issue. See original summary.

Sam152’s picture

I thought perhaps this was because of some race condition with JS being loaded for the modal window executing after the content was inserted into the page, however I added all the dependencies inside the modal to the parent page and it was still broken.

Sam152’s picture

Issue summary: View changes
Sam152’s picture

Status: Active » Closed (outdated)
FileSize
583 bytes

Looks like this is broken in beta16 but fixed in HEAD. Here is a temporary solution to disable the modal on the handler form until a new release has been created.