Project

General

Profile

Actions

Bug #3956

closed

Some titles were hidden or partially hidden

Added by Jonathan CLARKE over 10 years ago. Updated about 9 years ago.

Status:
Released
Priority:
3
Category:
Documentation
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

In the HTML output there are some weird display artefacts, like:

1) This one in Firefox 19:

2) This one in Chromium 27:


Files

1.png (2.51 KB) 1.png Jonathan CLARKE, 2013-09-21 11:17
2.png (4.28 KB) 2.png Jonathan CLARKE, 2013-09-21 11:17

Related issues 2 (0 open2 closed)

Related to Rudder - Bug #2836: Problem layout in 2.4 documentationReleasedArthur ANGLADE2012-08-23Actions
Related to Rudder - Bug #2942: The long commands don't appear in the Rudder documentationReleasedNicolas CHARLES2012-10-04Actions
Actions #1

Updated by Jonathan CLARKE over 10 years ago

This happened because of this CSS property:

 * {
        overflow-x: auto;
 }
It was introduced for two reasons:
  • To avoid having a horizontal scrollbar across the whole page, since it automatically fits to size (#2836)
  • To ensure we have a horizontal scrollbar on long commands in pre blocks (#2942)

However, the * selector is a bit too large for this and causes undesired side effects. I will break it down into 2 rules for the above cases.

Actions #2

Updated by Jonathan CLARKE over 10 years ago

  • Status changed from In progress to Pending technical review
  • Assignee changed from Jonathan CLARKE to François ARMAND
  • Pull Request set to https://github.com/Normation/rudder-doc/pull/26
Actions #3

Updated by Jonathan CLARKE over 10 years ago

  • Status changed from Pending technical review to Pending release
  • % Done changed from 0 to 100

Applied in changeset commit:dfc0a7c5a24912946bb25e0cc1f8351dfb6fde85.

Actions #4

Updated by Anonymous over 10 years ago

Applied in changeset commit:979182b501be6d7a61e2537cd0f01f0907118cb2.

Actions #5

Updated by Nicolas PERRON over 10 years ago

This bug has been fixed in Rudder 2.4.9, which was released today.
Check out:

Actions #6

Updated by Nicolas PERRON over 10 years ago

  • Status changed from Pending release to Released
Actions #7

Updated by Benoît PECCATTE about 9 years ago

  • Project changed from 30 to Rudder
  • Category set to Documentation
Actions

Also available in: Atom PDF