Problem/Motivation

On big screens, we need to stop any click activity for the first level. It can happen that if the user does a very fast click after entering the dropdown link then BS dropdown will be activated. In this case, we will show the second level on hover, but when hover is done user will then see BS dropdown menu which got activated from BS js dropdown code.

Comments

pivica created an issue. See original summary.

pivica’s picture

Status: Active » Needs review
StatusFileSize
new4.67 KB

Here is a patch. Additional code improvements are done based on changes in Drupal.bs_bootstrap.navbar.isNavbarCollapseShow() method changes.

  • pivica committed 0e746fb on 8.x-1.x
    Issue #3221025 by pivica: Second level shown as Bootstrap dropdown for...
pivica’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

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