Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bordure manquante dans un tableau avec header complexe #1035

Open
tristanlemee opened this issue Oct 22, 2024 · 1 comment
Open

Bordure manquante dans un tableau avec header complexe #1035

tristanlemee opened this issue Oct 22, 2024 · 1 comment
Labels
correctif Quelque chose ne fonctionne pas à faire
Milestone

Comments

@tristanlemee
Copy link

tristanlemee commented Oct 22, 2024

Décrire le bug

Dans certaines fusions de cellules complexes, il manque des bordures.

Comportement attendu

Chaque cellule a une bordure

Capture d’écran

Il manque la bordure a droite de la cellule "Test10"

border manquante

Configuration et système utilisé

  • Version du DSFR : 1.12.1
  • Appareil (mobile, tablette, desktop) : Desktop (tous?)
  • Système d’exploitation : Windows 10
  • Navigateur et version : Firefox 115, Chromium

Informations complémentaires

Projet en React 18.2

<div className="fr-table fr-table--bordered">
    <div className="fr-table__wrapper">
        <div className="fr-table__container">
            <div className="fr-table__content">
                <table>
                    <caption>
                        Caption
                    </caption>
                    <thead>
                        <tr>
                            <th rowSpan={2}>Test1</th>
                            <th rowSpan={2}>Test2</th>
                            
                            <th colSpan={2}>Test3</th>
                            <th colSpan={2}>Test</th>

                            <th rowSpan={2}>Test4</th>
                            <th rowSpan={2}>Test5</th>
                            <th rowSpan={2}>Test6</th>
                        </tr>
                        <tr>
                            <th>Test7</th>
                            <th>Test8</th>
                            <th>Test9</th>
                            <th>Test10</th>
                        </tr>
                    </thead>
                    <tbody>
                    </tbody>
                </table>
            </div>
        </div>
    </div>
</div>
@keryanS
Copy link
Contributor

keryanS commented Nov 5, 2024

Bonjour,

Merci pour le retour, effectivement, je reproduis bien le bug.
Nous allons corriger ça rapidement.

Keryan, pour l'équipe DSFR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
correctif Quelque chose ne fonctionne pas à faire
Projects
None yet
Development

No branches or pull requests

2 participants