Closed (fixed)
Project:
Foliage
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
23 Feb 2007 at 04:39 UTC
Updated:
9 Dec 2008 at 15:55 UTC
Please take a look at the attachement.
Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| IndentProblem.JPG | 75.45 KB | trantt |
Comments
Comment #1
netbjarne commentedI was able to reproduce the problem, but not on a consistent basis. Some things I would like you to try out to help be troubleshoot:
a) try switching to the Bluemarine theme shipped with drupal, at my testsite, indention is also an issue with the Bluemarine theme.
b) are you using tinymce? - at my testsite, old postings content made using tinymce have problems, but new content made with tinymce does not.
c) try posting a link to a testsite as well, or at least the html output of a page
I might need some help on this one, I cannot find any logical reason for this bug. On my testsite, I have content being indented, and others that aren't - and there doesn't seem to be any differences in the html output of the content.
Bjarne
Comment #2
rogerpfaffMight be the divs for the tabs or something that comes before the body text?
Comment #3
trantt commented"try switching to the Bluemarine theme shipped"
>>you were right, this theme gave me the same problem. I also tried several other themes (glossyblue, garland, etc...) and it was working fine.
"are you using tinymce"
>>nope, this is a new site and all i got was autologout, nodewords, paging, poormancron, print, and other based modules
"try posting a link to a testsite as well"
here is the url link to my friend website http://www.test.webcognitive.com
also, fyi, i'm using ie7
thank you for your help in advance.
Comment #4
trantt commentedone more thing, this theme (Foliage) is working fine at http://themegarden.org/drupal50/?q=node&theme=foliage (at least on the same browser that I'm having problem with...)
Comment #5
netbjarne commentedSo. It SEEMS to me, that this issue is inherited by Bluemarine. I'm not a theme designer, really, I just messed with Bluemarine source files until Foliage emerged. As I'm unable to pinpoint exactly what causes this intermittent problem, I have chosen not to fix it... Sorry – but I just can't find the time or inspiration.
Comment #6
Suzy commentedIt's a CSS, IE hasLayout error
It is only happening when both the submitted by -
<span class="submitted">and terms<span class="taxonomy">are emptyto fix add
display: inline-block;to .node .taxonomy in style.css{zoom: 1; } would do the same thing
Comment #7
trantt commenteddisplay: inline-block; tag solved the problem...
"but I just can't find the time or inspiration." >> I think foliage is one of the few decent fixed-width Drupal themes out there. I hope this theme will be around for a long time...
Comment #8
margae commented