In 4.5.0-RCm using themes Bluemarine and chameleon/pure. When displaying a term and subterms, there is no "new-line" at the end of the term description, with the result that the first subterm title starts at the end of the term description, instead of appearing below it.
This was tested using a virgin database - no configuration other than the minimum necessary to trial the problem:
- Create vocabulary "Référentiels programme"
- create term: "Ergonomie"
- create subterm: "Charte IHM"
- create subterm: "Linux"
- create subterm: "Windows"
- install taxonomy_context module, configure standard except for choice of the vocabulary.
- create secondary link pointing to "taxonomy/term/1"
- create page referenced under "Ergonomie" (this is simply to avoid having the "no posts in this category" appear: but perhaps this is also a bug?)
- when clicking on secondary link, observe that the title "Charte IHM" appears at the end of the description of "Ergonomie".
Comments
Comment #1
joel_guesclin commentedThis appears to be a problem in the style sheet taxonomy_context.css. I can get a correct display by switching off the css in the taxonomy_context settings.
Comment #2
joel_guesclin commentedActually it is possible to fix this by changing the taxonomy_context.css where both term-container and subterm-container are defined as "float: left". This causes the subterm immediately below the term to float around the term. Commenting out the "float: left" seems to have worked for me.
Comment #3
nedjoI've removed the float:left instructions from the css. These were there for node-image support. As I've not yet had a chance to update node_image, it's not an issue yet!
Comment #4
(not verified) commented