Uploaded image for project: 'Hippo CMS'
  1. Hippo CMS
  2. CMS-8008

Link picker: breadcrumb UI breaks if too many items

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Normal
    • Resolution: Fixed
    • 2.22.21, 2.24.11, 2.26.01
    • 2.28.00
    • None

    Description

      When the link picker is used to browse a deeply nested structure with long node names, the breadcrumb UI can break.

      This is easily fixed by adding a small CSS rule:

      .hippo-picker-navigation-breadcrumbs {
      height: 20px;
      overflow: hidden;
      max-width: 610px;
      }

      Attachments

        1. breadcrumb-8-not-ok.png
          28 kB
          Bert Leunis
        2. Browse-dialog-breadcrumb-breaks-long-names.png
          55 kB
          Arthur Bogaart
        3. Browse-dialog-breadcrumb-breaks-short-names.png
          45 kB
          Arthur Bogaart
        4. Browse-dialog-breadcrumb-fixed-long-names.png
          52 kB
          Arthur Bogaart
        5. Browse-dialog-breadcrumb-fixed-short-names.png
          51 kB
          Arthur Bogaart

        Issue Links

          Activity

            People

              pgupta Pankaj Gupta (Inactive)
              abogaart Arthur Bogaart
              Votes:
              0 Vote for this issue
              Watchers:
              11 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: