This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 6 years ago

Closed 5 years ago

#260 closed defect (duplicate)

Minutes editor colores text is <span>: problem with inline minutes

Reported by: dmartinc Owned by:
Priority: low Milestone:
Component: General Version: 0.97.0
Keywords: Cc:

Description

If the user gives color to part of the text minutes with the HTML minutes editor (fckeditor), the editor uses a <span> tag with a style.

If minutes are displayed inline in a meeting page, those colored text parts appear separated from the sourrounding text because Indico's CSS is applying display:block to all <span> in a meeting display page.

So, we should either avoid to apply CSS to non-classed <span> and use always <span class="..."> or somehow make it so that Indico's CSS is not applied inside inline minutes / description HTML.

related task: #251

Change History (2)

comment:1 Changed 5 years ago by jbenito

  • Status changed from new to in_merge

comment:2 Changed 5 years ago by jbenito

  • Resolution set to duplicate
  • Status changed from in_merge to closed

Solved in #376

Note: See TracTickets for help on using tickets.