Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-29561 Pulling together all outstanding issues with Anomaly
  3. MDL-31144

DOCKED Navigation block sub-level menu items are hidden in all CORE themes

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: Minor Minor
    • 2.3
    • 2.1.3, 2.2.1
    • Themes
    • MacOS Server 10.6
    • Any
    • MOODLE_21_STABLE, MOODLE_22_STABLE
    • MOODLE_23_STABLE
    • Hide

      The fix is easy but will need you to change a value in the anomaly/style/dock.css

      At about line: 75 you should see this CSS mark-up...where you should change the value from width: 180px; to min-width: 200px; as indicated below.

      /*
      Docked Item Panel
      -----------------------*/
      #dockeditempanel {
          width: 180px;
          min-width: 200px;
          position: relative;
          z-index: 12000;
          left: 100%;
      }

      Show
      The fix is easy but will need you to change a value in the anomaly/style/dock.css At about line: 75 you should see this CSS mark-up...where you should change the value from width: 180px; to min-width: 200px; as indicated below. /* Docked Item Panel -----------------------*/ #dockeditempanel { width: 180px; min-width: 200px; position: relative; z-index: 12000; left: 100%; }
    • Hide

      As this affects the sub-levels of the Navigation block tree it is necessary to have at least four levels or more, in the navigation menu before you can see any appreciable change in the width of the docked panel.But as each link is selected the panel should expand to allow the user to view them, which was not possible previously.

      1. Test ALL CORE themes which have DOCK enabled
      2. Dock Navigation block
      3. Test to see if the docked content panel expands (width ways) as each sub-level is selected.
      4. Repeat this in all notable browsers. Particularly the minimum supported versions of the browsers. (ie IE8 )
      Show
      As this affects the sub-levels of the Navigation block tree it is necessary to have at least four levels or more, in the navigation menu before you can see any appreciable change in the width of the docked panel.But as each link is selected the panel should expand to allow the user to view them, which was not possible previously. Test ALL CORE themes which have DOCK enabled Dock Navigation block Test to see if the docked content panel expands (width ways) as each sub-level is selected. Repeat this in all notable browsers. Particularly the minimum supported versions of the browsers. (ie IE8 )

      After an upgrade to 2.2 from 2.1 when a Navigation block is docked and hovered over for access, the right side is cut off. This impacts at least the Serenity and Anomoly themes. It really only impacts the words of the results section of a quiz, but could impact future additions like this to the Navigation block.

            lazydaisy Mary Evans
            weathertation Jim Peterson (Inactive)
            Sam Hemelryk Sam Hemelryk
            Rossiani Wijaya Rossiani Wijaya
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.