Closed (fixed)
Project:
Pullquote
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
18 May 2013 at 05:26 UTC
Updated:
11 Jun 2013 at 22:30 UTC
Jump to comment: Most recent file
Hi.
Pullquote 7.x-2.1 and 7.x-2.x-dev break Display Suite. It seems to somehow cause DS to not load it's CSS file for the selected layout, causing all content fields to display in line. I switched back to pullquote-7.x-1.2 and it works fine.
Drupal 7.22
ds 7.x-1.7
nginx 1.2.1_2,1 web server
Tested with
chromium 15.0.874.121 browser
firefox 3.6.13,1 browser
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | pullquote-1997788-2.patch | 556 bytes | lliss |
Comments
Comment #1
lliss commentedGot it. I see the problem. I'm resetting $node->content['#attached'] rather than appending to it. I've got a patch. New version coming shortly.
Comment #2
lliss commentedTry this patch (or just the newest dev version since I pushed it as well.)
Comment #3
vls commentedSo far as I can tell it is now working like a charm. That seems to have fixed it.
Comment #4
lliss commentedGreat. Thanks.