Closed (fixed)
Project:
Automodal
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2011 at 14:00 UTC
Updated:
28 Nov 2013 at 02:23 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jjemmett commentedI can confirm this also. The way we get around this is we hide the cancel link within automodals via css in the theme.
Comment #2
rv0 commentedSame issue here.
A solution might be here:
http://drupal.org/node/788504#comment-3685266
however I havent gotten that to work, it should.
Maybe this could be incorporated into the module?
Comment #3
broncomania commentedSubscribe
Comment #4
ShadowMonster commentedFast solution:
Comment #5
hefox commentedPatch removes the cancel when in modalframe popup (there's already an x in the corner to cancel).
Adding js to close means likely either regular expressioning it in, or adding some js that runs on child that closes it, or something: this was cleaner.
Comment #6
hefox commentedForgot --relative
Comment #7
dsnopekCommitted in 8cf86ae. Thanks, @hefox!