instantpage / instant.page

Make your site’s pages instant in 1 minute and improve your conversion rate by 1%
https://instant.page
MIT License
6.01k stars 206 forks source link

data-instant-mousedown-shortcut breaks bootstrap 3 navbar menus #86

Open PetterS opened 3 years ago

PetterS commented 3 years ago

If data-instant-mousedown-shortcut is added to the body, bootstrap 3 dropdown menus do not work. This is not fixed by adding data-no-instant to them.

They are a elements with href="#" class="dropdown-toggle" data-toggle="dropdown". If they are made into another element, e.g. button, things work. This is surprising, since adding data-no-instant does not work.

PetterS commented 3 years ago

Adding this in the mousedownShortcutListener function fixes the issue:

    if (!isPreloadable(linkElement)) {
        return;
    }