Closed (cannot reproduce)
Project:
Tribune
Version:
6.x-1.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 Aug 2008 at 23:42 UTC
Updated:
8 Sep 2012 at 19:32 UTC
Jump to comment: Most recent file
Comments
Comment #1
rafaeldwan commentedsome more info:
seemed to work fine for user0, everything resolved, logged off and tried anonymous. worked okay to start from frontpage - I could post, it showed up, css normal - so I went to the tribune page, worked okay, then back to front page and the box didn't include the two entries I'd made on the tribune page and stopped reloading. can't post. css fine. if I go back to the tribune page I can still post, everything working, but again, no update on frontpage block. and now, about 15 minutes later, front page refresh. the delay is set for 30 seconds.
all other pages seem to work normally, btw. in fact, visiting a blog node seemed to reset the box, and front page worked fine.
when and if the css gets weird again i will get a screencapture and attach.
Comment #2
rafaeldwan commentedhappened again when I logged in as a privileged user. capture attached.
Comment #3
rafaeldwan commentedComment #4
SeeSchloss commentedI am not sure at all why all this happens, but on your site there is definitely a problem : the tribune block appears on the tribune page. It shouldn't because some of the css and javascript depends on unique ids, etc, it really can't work, so right in the code I prevent the block from appearing on the tribune page. For some reason it doesn't seem to work on your site, I have updated the code (dev version) to use a better method, could you try it and tell me if it works now ?
Comment #5
rafaeldwan commentedHi -
Finally got to it. Tried both the new stable release and the dev. No luck.
Our host said she's got the webserver behind a squid proxy. Could that be the issue?
Let me know what you need to solve this - if you need access to play around I can arrange it.
Thanks.
Comment #6
SeeSchloss commentedHmm, I'm really not sure... could you try in the block settings to add "tribune" in the list of pages where the block should not appear ?
Comment #7
rafaeldwan commentedJust did it. Even cleared cache. No luck :(
Comment #8
SeeSchloss commentedI changed much of the javascript code today and the block and the main page can now coexist, so I think your problem should be fixed... could you give a try to the dev version please ?
Comment #9
rafaeldwan commentedI'll update, but I discovered a new wrinkle to the problem: I'm using garland, had the site set to a customized color scheme, and because of a bug when I tried to change the color (see here for my report) the theme broke using anything but the default color setting.
Anyway, with default color setting on garland theme, the Tribune problem seems to have resolved itself!
So, hopefully you've fixed the problem in your new javascript already, but if not, here's another hint as to what's going on.
I really don't want to be stuck with this most generic of drupal themes, so hopefully the problem with the color module will be resolved. I'll let you know what happens with Tribune when that happens.
btw, the site is live now at http://frolympia.org
thanks again for your good work,
Rafael
Comment #10
SeeSchloss commentedOkay okay, I have to admit though that I'm not sure I handled theming stuff correctly with this module... I wouldn't be *that* surprised if things break a bit because of a theme, but surely not to the point of breaking all js.
Comment #11
SeeSchloss commentedEw this one's old ! Well anyway, I believe most theming issues, broken CSS, etc, should be resolved, as I discovered (and fixed) problems in my HTML some time ago, tags which were not closed.
I'm closing this, but reopen it if there's still a problem.
Comment #12
rafaeldwan commentedSadly, still a problem.
I lost FTP access to the site for a while, so I lived with this, but I finally got a chance to do a lot of upgrades, including bringing Tribune up to its current release. I was very hopeful that the constant problems we've had with it would be fixed, as I really like the functionality.
However, the block still get very weird on about one of every three page views. Before the upgrade, sometimes the "this is a hidden field" would appear with the normal strangeness - all the text turning into normal body text size and the text field getting way to big for itself. The hidden field appearing seem to have stopped, but now there's a new problem - it looks like the entire block, when it's getting weird, is printing in reverse order (see the capture).
Thanks!
Comment #13
dazhdbog commentedDid you try to disable the module and then re-enable it? I had the same problem after trying to disallow non-authenticated users to post in tribune. After disabling and re-enabling it the problem got fixed. Nice site btw.
Comment #14
AL13N commentedactually, it still seems to have the problem on .10 . It seems taht the .css files and .js files are not added to the page, sometimes. at first i was thinking it had to be some kind of caching module like boost, or that it's a diff theme or something...
is there a way the add_css() and add_js() functions sometimes aren't called? like for example if the block is cached by drupal or something?
Comment #15
Buddhist commentedI have this exact same problem and it started not long ago.
Comment #16
kisugiai commentedhm looks like thats your tribune.css not run
try to set
admin/settings/performance
css optimize on
perhaps helps
Comment #17
SeeSchloss commentedWell... I'll suppose this is not caused by this module, it's most probably a theme or caching problem.