Overlay does not work, on each call i get a: Uncaught TypeError: Cannot read property 'contentDocument' of undefined
This was due to a missing Drupal.theme inside overlay-parent.js
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | overlay-fix-1740958-1.patch | 438 bytes | sxnc |
Comments
Comment #1
sxnc commentedComment #2
nod_thanks for catching that :)
Follow-up of #1630782: Drupal.theme is not a constructor, don't use Drupal.theme.prototype
Comment #3
catchLooks fine, nice catch. Committed/pushed to 8.x.