Menu Opening with Spacebar

Home Forums Pro Support Menu Opening with Spacebar

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #68279
    Anonymous

    Hello,

    The responsive Menu is opening on my website whenever someone presses the spacebar, even when they are typing on a text field. I cannot find a way to disable this. Help!

    Thanks

    #68283
    Peter FeatherstonePeter Featherstone
    Participant

    Hi Mario,

    You don’t have spacebar selected in the Container > Keyboard Shortcuts > Open option as per the docs below do you?

    https://responsive.menu/docs/basic-setup/container/#keyboard-shortcuts

    Please advise

    Peter

    #68282
    Peter FeatherstonePeter Featherstone
    Participant

    Hi Mario,

    I’ve just checked your site source code and I can confirm that you do.

    This is being output as part of the JavaScript from my plugin:

    if($.inArray(e.keyCode, [32,39]) !== -1 && !self.isOpen) {
        self.openMenu();
    }

    That suggests that you have this option set as 32 is the keycode for the spacebar.

    All the best

    Peter

    #68281
    Anonymous

    You were right. I don’t know how I missed that. I just made the change and it is working fine now. Thanks for the quick response! 🙂

    #68280
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Mario,

    No problem, I’m glad that’s all it was 🙂

    Have a great day

    Peter

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Menu Opening with Spacebar’ is closed to new replies.