Julian Diehl

Results 10 comments of Julian Diehl

I tried the [SurfingKeys](https://github.com/brookhong/Surfingkeys) extension and it seems to work with it. ![image](https://user-images.githubusercontent.com/16334944/178948634-b3eb9c07-dc2c-45ab-a88d-8d96049cdc9e.png) So it doesn't seem to be a technical but an implementation issue. Would love to see it...

@ravindUwU That's a great finding! I made a fork and changed the z-index to the maximum possible value of 2147483647. https://github.com/JulianDeal/vimium/tree/new-z-max So far it works on the websites I tested...

Regarding the layers: I found the reason for stacking the layers: #757. Hitting `Space` will rotate the overlapping link hints. So when all link hints have the same z-index, rotating...

This PR should fix the issue with obscured elements. The [page](https://www.onetrust.com/cookie-banner-gallery/) mentioned by @lornajane shows it perfectly. After accepting the cookies, there still is a button with z-index of 2147483646...

@ravindUwU: This is a good solution, too. I will mention it in as an alternative implementation in the PR.

@philc: I will. I worked on issue #3031 in the meantime. But I will do it presumably until the weekend.

@mjducharme This all sounds great! But you didn't push your work, did you? It would be extremely helpful for me right now. Or at least branching it. I don't even...

Is there a reason why the PR was not yet approved or rejected? I'd be happy to make changes and update the PR but I need feedback.

As suggested by you @ravindUwU, I started injecting multiple hint containers into the code. For ``s as in https://try.devowl.io/ you have to account for scroll position, because the `` creates...