Closed (fixed)
Project:
Form Block
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 May 2011 at 19:51 UTC
Updated:
4 Jan 2014 at 00:53 UTC
Jump to comment: Most recent
I've noticed that the 7.xx version suffers from broken CSS once the CSS consolidation is enabled in Drupal configuration. It would appear that the breakage is due to differences between D6 and D7 CSS API that are not accommodated in the current 7.xx dev version.
Attached to this message is a patch that replaces D6 CSS API calls with D7 counterparts and, apparently, addresses the broken CSS issue.
Thank you,
Hovhannes
| Comment | File | Size | Author |
|---|---|---|---|
| formblock_css_fix.diff | 2.05 KB | htumanyan |
Comments
Comment #1
bryancasler commentedsubscribe
Comment #2
bryancasler commentedbump
Comment #3
mikey_p commentedI fixed this, but I ended up changing things around a bit so that all the forms not use #attached so that CSS will still be added correctly when they are cached.