Skip to content

Bugfixes: Fixed Scrolling in the Tab Drawer and made the New Tab Button Always Switch to the New Tab

Currently, the tab drawer on mobile is not able to be scrolled though, preventing the user from reopening older tabs. To fix this, this pull request changes the ScrollView to Flickable. Also, the BottomDrawer was changed to always be full screen and to not be interactive to prevent other scrolling related issues.

angel-fish

The other issue is that if the setting to auto switch to a new tab was turned off, the new tab button would prompt the user to edit the URL of their old tab. To fix this, the new tab button now always switches to the new tab.

Merge request reports