Comments

nod_’s picture

Make sure to clear browser cache. Overlay iframe can have trouble with that.

nod_’s picture

Issue tags: +VDC

tag

nod_’s picture

Title: Views modal is broken when using overlay » Ajax is messing with overlay
Component: views_ui.module » javascript
StatusFileSize
new837 bytes

A clean-up patch removed some return false; #1749782: Use event.preventDefault(); and event.stopPropagation(); instead of return false; that made the overlay behave strangely with views and modal.

This should fix it globally.

nod_’s picture

Priority: Normal » Major

That's a important one, makes the abstracted modal patch do workarounds and as said before, is messing with views UI.

tim.plunkett’s picture

Status: Needs review » Reviewed & tested by the community

That issue has come back to bite us quite a few times. Oh well, glad it wasn't a Views bug :)

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed and pushed to 8.x. Grumble grumble. :)

dawehner’s picture

Should this maybe backported to d7?

Automatically closed -- issue fixed for 2 weeks with no activity.