You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a Japanese (Kana) keyboard the user is repeatedly asked to paste contents from their clipboard while typing in the URL bar
Steps to reproduce
Prefix: Copy some text into your clipboard from anywhere, add the Kana Japanese keyboard to your list of keyboards (Settings > General > Keyboards)
Fresh install Brave
Tap on the URL bar and switch the keyboard to the Japanese keyboard
Type a few characters then tap 確定 (bottom right key)
Actual result
Brave attempts to check the pasteboard and shows the alert that asks the user if they'd like to paste
Expected result
Brave shouldn't check the pasteboard without the user performing an action
Reproduces how often
Easily reproduced
Brave version
1.71+
Device/iOS version
N/A
Affected browser versions
latest AppStore
latest TestFlight
previous TestFlight
Reproducibility
with Brave Shields disabled
in the latest version of mobile Safari
Miscellaneous information
This is a regression caused by brave/brave-core#24376 due to function call to shouldShowSearchSuggestions(using:) making an assumption that the last replacement character will always be a single character if not pasting
The text was updated successfully, but these errors were encountered:
Description
When using a Japanese (Kana) keyboard the user is repeatedly asked to paste contents from their clipboard while typing in the URL bar
Steps to reproduce
確定
(bottom right key)Actual result
Brave attempts to check the pasteboard and shows the alert that asks the user if they'd like to paste
Expected result
Brave shouldn't check the pasteboard without the user performing an action
Reproduces how often
Easily reproduced
Brave version
1.71+
Device/iOS version
N/A
Affected browser versions
Reproducibility
Miscellaneous information
This is a regression caused by brave/brave-core#24376 due to function call to
shouldShowSearchSuggestions(using:)
making an assumption that the last replacement character will always be a single character if not pastingThe text was updated successfully, but these errors were encountered: