Colorbox enabled causes javascript to block sending page to printer in the print module http://drupal.org/project/print.
I don't suppose there's any more info on this? We seem to be having similar problems.
Just in case anyone else runs into this... I had this too with wkhtmltopdf and the print module...
adding print/* printpdf/* to the list of excluded paths in the colorbox config fixed it for me.
Will test this and most likely add the print/* paths to the default.
Committed to 7-dev.
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
frjo commentedComment #2
mausolos commentedI don't suppose there's any more info on this? We seem to be having similar problems.
Comment #3
patrick.davey commentedJust in case anyone else runs into this... I had this too with wkhtmltopdf and the print module...
adding
print/*
printpdf/*
to the list of excluded paths in the colorbox config fixed it for me.
Comment #4
frjo commentedWill test this and most likely add the print/* paths to the default.
Comment #5
frjo commentedCommitted to 7-dev.