Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
overlay.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Sep 2012 at 16:44 UTC
Updated:
29 Jul 2014 at 21:05 UTC
In the JS dependency patch I did not put the right names in the overlay module.
When you put the right names, it works much better :)
| Comment | File | Size | Author |
|---|---|---|---|
| core-js-unbreak-overlay-libraries.patch | 787 bytes | nod_ |
Comments
Comment #1
aspilicious commentedDamn js! :D
(This is tested!)
Comment #2
webchick:(
This is like the second time in two weeks we've managed to do this. I wonder if there's any way we could add even a rudimentary test to make sure that the overlay JS is making its way into the page when Overlay module is enabled. Hrm.
Anyway, committed and pushed to 8.x. Thanks!
Comment #3
tstoecklerJust saw that comment and wanted to point to the fact that Libraries API (2.x) has these sort of pseudo-tests for checking that JavaScript and CSS is loaded. Specifically http://drupalcode.org/project/libraries.git/blob/refs/heads/7.x-2.x:/tes... should be useful for someone taking a stab at this.