kiwibrowser / src.next

Source-code for Kiwi Next, a Kiwi Browser auto-rebased with latest Chromium
BSD 3-Clause "New" or "Revised" License
2.25k stars 286 forks source link

Scrolling issue with tab bar like desktop. #923

Open C3tacea opened 1 year ago

C3tacea commented 1 year ago

Describe the bug If I activate the desktop handling with my adressbar at the bottom, so that I have my adressbar on the bottom with the open tabs, a certain point approximately where the fingerprint scanner is does not register touch input.

To Reproduce Steps to reproduce the behavior: Have activated webpage at the bottom with the tab bar like desktop and go to a random webpage. Start scrolling and try to hit a point right below where the fingerprint scanner is placed.

Expected behavior The browser won't register your touch and as long as you keep your finger on the screen, you can move it around as much as you want without any change. You have to lift it up and hit another point on the screen to be able to keep scrolling.

Additional context Add any other context about the problem here. It's like there is maybe a touch hitbox activated which comes with the newly implemented layout of the tab bar. I started noticing it while reading on webpages and certain scroll touches were not registered. The issue is not there when you turn off this tab handling or go to chrome flags.

fivef commented 11 months ago

I can confirm this issue on version 116.0.5845.240 Android 13 Samsung Galaxy Note 20 Ultra. It makes the desktop tab switcher unusable. I hope this gets fixed soon as I really like this feature.

C3tacea commented 9 months ago

Unfortunately in the newest update it still persists. Maybe it's caused because this hitbox is used to bring up the hidden url bar on the bottom while scrolling, and this function got deleted but the hotbox still remains there?