ComboStrap / combo

Dokuwiki Combo Plugin. Making Web Publication a Breeze
https://combostrap.com
GNU General Public License v2.0
13 stars 4 forks source link

Quicksearch links not clickable #89

Open vaniwiki opened 1 month ago

vaniwiki commented 1 month ago

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 commented 1 month ago

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 commented 1 month ago

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

vaniwiki commented 1 month ago

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

vaniwiki commented 1 week ago

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 commented 1 week ago

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