It should match Safari now. When the find in page is open and keyboard collapsed it should not show the expanded url bar it will be hidden
The redesigned find on page clashes with the URL bar when using ergonomic appearance mode
Damn you found one more way how to hide the keybord
I'll try to find a fix but it's unlikely we land it in 1.3.11 which goes to AppStore release shortly. But it should be there for 1.3.12 if I find a good fix.
The logic between the new find on page and the toolbar state(expanded vs collapsed) is now separate so I have to manually prevent the toolbar from expanding from all the places it can expand from
From what I test now I do not see this keyboard dismissal on Safari when I try to scroll down or up. I wonder if it's something we manually invoke.
Are you able to dismiss the keyboard in a similar way on Safari while using find on page?
Thanks for checking. So the issues is not that the bar is showing but that we dismiss the keyboard while find on page is active.
Let's see if I can find a fix
Hey @Michal
As of version 1.3.12 (1), the keyboard stays visible while scrolling, as is the case on Safari. However, I discovered one more edge case – hopefully this is the last one!
In text form:
- Open Find on Page
- Tap the blue Search button on the keyboard
- The address bar still peeks from behind the Find on page element
For comparison, here's what happens when I repeat these steps on Safari:
Thanks for detailed tests on this one, it really helped