Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
javascript
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 Nov 2012 at 19:40 UTC
Updated:
29 Jul 2014 at 21:28 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
nod_Make sure to clear browser cache. Overlay iframe can have trouble with that.
Comment #2
nod_tag
Comment #3
nod_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.
Comment #4
nod_That's a important one, makes the abstracted modal patch do workarounds and as said before, is messing with views UI.
Comment #5
tim.plunkettThat issue has come back to bite us quite a few times. Oh well, glad it wasn't a Views bug :)
Comment #6
webchickCommitted and pushed to 8.x. Grumble grumble. :)
Comment #7
dawehnerShould this maybe backported to d7?