superfish dropdown menu working fine in all screen but problem is when click on toggle button it shows block title.. another click on block title menu appeared.. how can escape block title click..

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

naveen433 created an issue. See original summary.

naveen433’s picture

Assigned: naveen433 » Unassigned
ab2211’s picture

Same here.

ivnish’s picture

+1

ivnish’s picture

Version: 8.x-1.0 » 8.x-1.x-dev
Component: Superfish Library » Code
Category: Support request » Bug report
Issue tags: -superfish menu, -mobile menu
ivnish’s picture

Status: Active » Postponed

I can't reproduce this on Bartik. Perhaps the problem exist with bootstrap-based themes only

robertin0’s picture

Hi guys,
any update?? i have a bootstrap sub theme and have the same issue
thanks

robertin0’s picture

I fixed by adding "$('#' + toggleID).trigger('click');" at the end of the function "convert(menu)" in the sfsmallscreen.js of superfish library
maybe can help someone else.
bye