-
Notifications
You must be signed in to change notification settings - Fork 711
Search bar won't accept an URL containing a colon #4587
Comments
I can confirm this issue, with a minor difference. Tested on the latest Focus Nightly 100.0a1 from 3/18 with Samsung Galaxy Note 8 (Android 9). |
This issue still reproduces on the latest Focus Nightly 104.0a1 from 7/13 with Oppo Reno 6 (Android 12). Note: Fenix Nightly 104.0a1 opens the page without issues. |
Both apps(Fenix and Focus) add a new tab with url = en.wikipedia.org/wiki/Dracula:_Dead_and_Loving_It but the request interceptor receives a diferent value. Fenix receives the url formatted with "https" while Focus receives the url without any changes.Maybe someone else, which has more context, can also take a look. |
|
Looks like this requires some changes from the GeckoView side. I'll take this issue and work on the GeckoView change. |
Maybe you saw already, the difference between Fenix and Focus, why this works on Fenix and not on Focus is again interceptsAppInitiatedRequests() = true - on Fenix it is by default |
Yes, @iorgamgabriel pointed it out when I couldn't figure out the difference. 😅 |
Moved to bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=1802666 Change performed by the Move to Bugzilla add-on. |
When I input an URL that contains a colon, but omit the protocol ("https://"), for example:
en.wikipedia.org/wiki/Dracula:_Dead_and_Loving_It
, pressing Enter doesn't do anything.If the URL doesn't contain a : outside the protocol and/or I've input the protocol, the page is normally loaded.
Using Klar 8.4.0 on Android 7.
The text was updated successfully, but these errors were encountered: