I have an update for the bug I had reported earlier this year about the right click popup menu being way off the position of the mouse cursor while using WebFM attach in node/add/*. I tried everything, and it was suggested my CSS had something to do with it.
I finally figured it out, and thought I'd update the knowledge base if anyone else has this problem:
The problem was that I had implemented some style switching directly in the using php if statements that printed '
@import "'.base_path().path_to_theme().'/css/about.css";' for example, on all of the About Pages to create unique styles for each section.
It seemed to conflict somehow with the styles called in by print $styles ; that WebFM depends on. As soon as I took out the custom style imports in the page.tpl.php that was called when creating nodes, it worked fine.
So it seems Web FM doesn't like any styles being called outside of print $styles; . I have not encountered this with any other modules at this time.
I'm not sure if anything can be added to the module to correct this clash, but it's not a big deal.
Comments
Comment #1
nhck commentedAs per #803722: Cease support of Drupal 5? support for D4 and D5 has been closed. Sorry, please upgrade to Drupal 6. If you think this issue still applies with Version 6.x please reopen this issue with correct version tag.
Thank you! :-)