question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Select Menu Issue - 2 Mouse Clicks Required to Open Menu

See original GitHub issue

I’ve noticed on Chrome Version 73.0.3683.86 the select menus need 2 mouse clicks to open. On the first mouse click, it flickers and fails to open. It then opens normally on the second mouse click.

This issue can be replicated directly on the materialise website: Click to View Issue

Environment Details Web Browser: Chrome Version 73.0.3683.86 Materialise Version: 0.100.2 OS: macOS Mojave Version 10.14.2 (Desktop) My Project: https://ardeecc.club/register

Tested this on Firefox & Opera, no issues.

ezgif com-video-to-gif

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:13 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
websiteinfocommented, Apr 1, 2019

Fix in js file (line 1774) add value 100:

// Add click close handler to document setTimeout(function () { $(document).on('click.' + activates.attr('id'), function (e) { hideDropdown(); $(document).off('click.' + activates.attr('id')); }); }, 100);

0reactions
RichieMcMullencommented, Apr 1, 2019

Fix in js file (line 1774) add value 100:

// Add click close handler to document setTimeout(function () { $(document).on('click.' + activates.attr('id'), function (e) { hideDropdown(); $(document).off('click.' + activates.attr('id')); }); }, 100);

That has worked for me. Happy days!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Multiple mouse clicks needed to get Windows to react to mouse
I discovered that I have to click multiple times to get the mouse clicks to. ... in Device Manager reached by right clicking...
Read more >
when I click on a menu instead of click and hold it randomly ...
If a menu happens to appear positioned so that the mouse is over an item when it appears, the mouseup event gets fired...
Read more >
Parent Menu Item with Sub Menus take 2 Clicks to Open
This only happens when the menus item has sub-menus. If it has no child, then the parent menu is clickable with a single...
Read more >
Mouse-click in menus becomes disabled - InDesign UserVoice
To get the mouse to click (select) an option from a drop down menu, I must first restart InDesign and then open the...
Read more >
Does the Right-Click Context Menu Randomly Open on ...
Does the Right-Click Context Menu Randomly Open on Windows 11? Here's How to Fix It · 1. Check Your Mouse · 2. Update...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found