Select Menu Issue - 2 Mouse Clicks Required to Open Menu
See original GitHub issueI’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.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:13 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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!