Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quicksearch links not clickable #89

Open
vaniwiki opened this issue Apr 3, 2024 · 5 comments
Open

Quicksearch links not clickable #89

vaniwiki opened this issue Apr 3, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@vaniwiki
Copy link

vaniwiki commented Apr 3, 2024

This goes for all my websites, as well as yours. Link come up, but when clicked they just disappear and nothing more. I'm on Safari on Mac and iPhone and iPad, same issue. Will investigate with another browser, but thought to make you aware of this first...

@gerardnico
Copy link
Member

Yes that’s strange.

I can’t get this behaviour on a laptop with the mobile mode.

I’m also on iPhone and the effect is present on chrome and Firefox. It has to do with WebKit then.

@gerardnico
Copy link
Member

If you do a long press, you can open the page in a new tab. What is this thing…

@gerardnico gerardnico added the bug Something isn't working label Apr 3, 2024
@vaniwiki
Copy link
Author

vaniwiki commented Apr 3, 2024

Long press doesn't work, the links disappear immediately on press. Edit: maybe it works on iPhone, but not on Mac...

@vaniwiki
Copy link
Author

From https://bugs.webkit.org/show_bug.cgi?id=138162:

The bug is provoked by this portion of the page's CSS:

.navbar-fixed-top,
.navbar-fixed-bottom
{
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

Removing these translate3d transforms avoids the bug.

@vaniwiki
Copy link
Author

Hmm, that seems to be a different issue. But worth checking if transform could be the culprit still, since there is an issue...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants