Closed
Bug 1994009
Opened 9 months ago
Closed 8 months ago
Clean the URLs before having them pasted when handling toolbar input in a composable
Categories
(Firefox for Android :: Toolbar, task, P2)
Tracking
()
RESOLVED
FIXED
146 Branch
People
(Reporter: petru, Assigned: petru)
References
Details
(Whiteboard: [fxdroid][group3][composable toolbar])
Attachments
(3 files)
Mimic the current functionality of stripping out unwanted schemes when content is pasted from clipboard while searching.
This can be done by passing in our own implementation of TextToolbar through CompositionLocal so that it will then be used for presenting the tet related options when the current input is long clicked.
| Assignee | ||
Updated•9 months ago
|
Whiteboard: [fxdroid][group3][composable toolbar]
Updated•9 months ago
|
| Assignee | ||
Comment 1•8 months ago
|
||
Updated•8 months ago
|
Assignee: nobody → petru
Status: NEW → ASSIGNED
Pushed by plingurar@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/fd8a661551ed
https://hg.mozilla.org/integration/autoland/rev/4d34d2b35f4b
Sanitize the pasted text in the composable toolbar input r=android-reviewers,skhan
Comment 3•8 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 months ago
status-firefox146:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 146 Branch
| Assignee | ||
Comment 4•7 months ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D270204
(cherry picked from commit fd8a661551ed398326127643e54275adb89710fe)
Updated•7 months ago
|
Attachment #9527275 -
Flags: approval-mozilla-release?
Comment 5•7 months ago
|
||
firefox-release Uplift Approval Request
- User impact if declined: With the staged rollout experiment making the new toolbar available to more people in Release these patches would be needed to avoid the issue from https://bugzilla.mozilla.org/show_bug.cgi?id=1980777
- Code covered by automated testing: yes
- Fix verified in Nightly: yes
- Needs manual QE test: yes
- Steps to reproduce for manual QE testing: https://bugzilla.mozilla.org/show_bug.cgi?id=1980777#c0
https://bugzilla.mozilla.org/show_bug.cgi?id=1980777#c7 - Risk associated with taking this patch: medium
- Explanation of risk level: It's a big change but available in Nightly for 20 days now and then in 146 beta with a single regression reported - https://bugzilla.mozilla.org/show_bug.cgi?id=1999177 - which might be expected behaviour.
- String changes made/needed: --
- Is Android affected?: yes
Flags: qe-verify+
Comment 6•7 months ago
|
||
Verified as fixed on the latest Nightly 147.0a1 from 11/18 using a Samsung Galaxy S9 (Android 8), and a Pixel 10 (Android 16).
Updated•7 months ago
|
Flags: qe-verify+
Updated•7 months ago
|
Attachment #9527275 -
Flags: approval-mozilla-release? → approval-mozilla-release+
Updated•7 months ago
|
status-firefox145:
--- → fixed
Comment 8•7 months ago
|
||
Verified as fixed on RC 145.0.2 using a Samsung Tab S8 Ultra 5G (Android 15), and Google Pixel 3 XL (Android 9).
You need to log in
before you can comment on or make changes to this bug.
Description
•