Closed (fixed)
Project:
Live CSS
Version:
7.x-1.1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2011 at 19:39 UTC
Updated:
8 Nov 2012 at 15:12 UTC
Jump to comment: Most recent file
The module works perfect if "Aggregate and compress CSS files" is not checked, but if it is there is a "Edit CSS" that shows up at the bottom of the page. When you click this is splits the screen with the right side being blank.
Thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | fixed-invalid-drupal_add_css_call-1097912-3.patch | 537 bytes | agoradesign |
| Screen shot | 8.5 KB | hozt |
Comments
Comment #1
guybedford commentedSure, I've disabled the module in this case. It's on the 7.x dev release.
Comment #2
guybedford commentedComment #3
agoradesign commentedSorry, that I have to reopen this, but I experienced the same issue, and there exists a bug! In hook_init(), the call to drupal_add_css() is ancient, using the parameters accepted by D6 and below. In D7 the method signature has changed. Correcting this also fixes the issue with CSS aggregation!
Comment #4
guybedford commentedThanks - I've added this to the latest release.