Closed (fixed)
Project:
Media Gallery
Version:
7.x-2.x-dev
Component:
Miscellaneous
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Mar 2013 at 11:42 UTC
Updated:
13 Dec 2014 at 13:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Rasti commentedI have same exact issue..
Comment #2
moloc commentedThis issue is fixed for 7.x-2.x, but not for 7.x-1.x
The solution, which was commited in ##1939186 added a javascript to avoid propagating the click event.
The real issue for this problem seems to be a change in the media module. See #1535940
The fix in this case was to add the path media/browser as an admin path.
When the overlay module is activated, it opens any admin path in an overlay by listening on the click event. To prevent loading it in the overlay, we can simply add a css-class "overlay-exclude".
Comment #3
moloc commentedComment #5
moloc commentedCommited to both branches.
Comment #7
moloc commented