Uploaded image for project: 'Magnolia Standard Templating Kit (closed)'
  1. Magnolia Standard Templating Kit (closed)
  2. MGNLSTK-340

Carousel Teasers: Some errors in check of all carousel variations

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.1
    • 1.0
    • paragraphs
    • None

      On checking all variations of the carousel teasers I have found some errors.

      The variations of the carousel that were checked are:
      Carousel switcher with&without title
      Carousel slider with/without title
      Carousel paging with/without title

      These variations were checked in:

      • stage div
      • platform area
      • main area
      • base area

      Summarized the errors i found:

      • The slider bar:
        The slider bar works only one time on a page. Only the first element shows a slide bar. This is due to the numbering the carousels have, the div tag which defines the slider bar doesn't work if the number is higher than 1.
        This works:
        <div style="display: block;" class="slider ui-slider-1 ui-slider">
        This does not work:
        <div style="display: block;" class="slider ui-slider-2 ui-slider">
      • With title / without title
        All of the carousels show up correct or incorrect, depending whether a paragraph title is defined. Eather the elemenet is to high with the title -> slider/switcher/paging control is dragged outside the element; or without a title its not high enough -> slider/switcher/paging control is dragged into the element.
        I have attached a print screen of each element with and without a title, placed in each area once. In each print screen its obvious what the problem is (wrong with title or wrong without title). Keep in mind the slider problem -> on the print screens often the slider element doesn't show a slider bar. This is due to the point above, but the size of the element is correct, as the slider would be rendered correct.
        It would be great if each element could have the choice of a title, and that the js places accordingly the slider/switcher/paging.
      • Platform elements on Home:
        On the section page, the platform elements have the same width as main+extras together (as they should).
        On the home page the keep the same width, so they are smaller than the main content.
        See print screen "Home_Platform1.png" & "Home_Platform2.png" in the attachment.

        Acceptance criteria

              cringele Christian Ringele
              cringele Christian Ringele
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: