Currently menu appears above the toggle button. I am not sure why we have this toggle button appearing below menu.

D8 bartik theme menu toggle button appears above menu so I feel it should be consistent.

Check #106 later comments for D8 discussion.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

abarpetia created an issue. See original summary.

abarpetia’s picture

Status: Active » Fixed
FileSize
1.71 KB

Attached patch has been committed.

  • abarpetia committed 07dd93e on 7.x-1.x
    Issue #2834218 by abarpetia: Change: Menu appearing above the toggle...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

System Lord’s picture

This patch does present menu toggle much better, however, where I have Fiverstar(.js) loaded to a page it breaks the menu toggle (or this patch breaks itself). Meaning: After this patch install (or using Dev version of module), menu toggle does not stay open. When I click on it it opens and closes immediately.

My uneducated conclusion is that this issue has something to do with this patch and this: https://www.drupal.org/project/responsive_bartik/issues/2955412#comment-...

Any ideas?

abarpetia’s picture

Hello System Lord, Actually this patch is just moving menu to display below toggle button. It's not adding any new functional change to module.

It's just a javascript file loading/execution order, Module dev branch loading menu-toggle button first and then Fiverstar(.js) overriding it. In 7.x-1.0 version, Fiverstar(.js) file is loading first then menu-toggle button. That's why Fiverstar(.js) file could not able to find this link and not override it.