The html code this module produces is missing a closing </div>. That means that there are validation errors.
Chrome and other modern browsers are "auto fixing" the missing div and this makes things worst since the only method to find the error is by validating the html source code.
How to reproduce the error.
1) Install the module.
2) Go to the Drupal page with the drag & drop entityreference widget.
3) Validate the html source (eg using http://validator.w3.org)
4) You will see the missing "</div>".
Here is a patch solving this issue and fixing the css code that accompanies now the widget.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | missing_closing_div-2623866.patch | 2.39 KB | theodorosploumis |
Comments
Comment #2
theodorosploumisComment #5
sergei_brill commented