Currently the Question and Event node types do not have control of the title when in full node view. It is placed above the node output in a panel region and is separated from the semantic layout of the node. It also causes issues with theming and making items uniform.

Comments

ezra-g’s picture

Could you post a screenshot that describes this visually :)?

Zarabadoo’s picture

StatusFileSize
new39.48 KB
new41.04 KB
new30.45 KB

A standard drupal node typically has a structure like this:

Post markup structure.

This is a "post" node type. Notice the title is within the article container. This tells machines and readers that the title belongs to the article.

The event is structured like this:

Event markup structure

The title is above and outside of the article container. It is seen as being a title for the entirety of the page and disassociated from the article specifically. It also makes it difficult to style the node itself when there are pieces of it scattered around the page. The Question type is a good example of some of the difficulties.

Question layout

Because the title is outside of the node, it is hard to position the user avatar to the left of the title without using very specific styling and hard to manage positioning.

Zarabadoo’s picture

Another thing to mention is that the content types having issues are those laid out with the Panelizer module.

lsolesen’s picture

Version: » 7.x-3.x-dev
Issue summary: View changes