I have added the module and activated it. As soon as I get to the page Send Mail, the css is disable and shows the page as plain html. I cannot take it back by changing the page. I am using admin theme as Garland and different modified theme of Bloomer with Simple Menus. I have to change the admin theme to another to get a normal view. When changing back to Garland does nothing and navigating to Send Mail page again as well breaks the new theme. I had to disable and enable the module again to resolve the issue temporarily. As soon as I go to the Send Mail page, it happens again. I have to avoid going to the page.

Interesting if you ask me. Don't know what is interacting with the page to break the CSS. If you have any questions to deepen the bug, please go a head.

Cheers..

Comments

sutharsan’s picture

I never noticed this behaviour nor got the bug reported. The only special thing happening on this page is that data is stored in the session variable (cookie). You can try to disable other modules and see if it resolved the problem or remove parts of the code that builds this form. I have no clues as what is causing this.

sutharsan’s picture

Status: Active » Closed (fixed)

No response. Closing the issue.

blazey’s picture

Version: 6.x-1.0-rc5 » 5.x-1.5
Status: Closed (fixed) » Active

Hi,
I've got similar issue in 5.x-1.5. After enabling simplenews css breaks on some pages. Commenting out drupal_add_css from hook_menu() [line 202] solved the problem. I know it sounds strange :)

miro_dietiker’s picture